xed/plugins/Makefile.am

29 lines
359 B
Makefile
Raw Normal View History

DIST_SUBDIRS = \
docinfo \
filebrowser \
modelines \
sort \
2017-01-11 05:00:03 -06:00
spell \
taglist \
textsize \
time \
trailsave \
wordcompletion
2011-11-07 13:46:58 -06:00
SUBDIRS = \
docinfo \
filebrowser \
modelines \
sort \
taglist \
textsize \
time \
trailsave \
wordcompletion
2018-02-09 01:26:23 -06:00
if ENABLE_SPELL
SUBDIRS += spell
endif
2011-11-07 13:46:58 -06:00
-include $(top_srcdir)/git.mk