xed/plugins/Makefile.am

27 lines
313 B
Makefile
Raw Normal View History

2016-01-25 14:31:57 -06:00
DIST_SUBDIRS = \
2011-11-07 13:46:58 -06:00
changecase \
docinfo \
2016-01-25 14:31:57 -06:00
filebrowser \
2011-11-07 13:46:58 -06:00
modelines \
sort \
spell \
taglist \
time \
trailsave
2011-11-07 13:46:58 -06:00
SUBDIRS = \
changecase \
docinfo \
filebrowser \
modelines \
sort \
taglist \
time \
trailsave
2011-11-07 13:46:58 -06:00
if ENABLE_ENCHANT
SUBDIRS += spell
endif
-include $(top_srcdir)/git.mk