xed/plugins/Makefile.am

24 lines
281 B
Makefile
Raw Normal View History

DIST_SUBDIRS = \
changecase \
docinfo \
filebrowser \
modelines \
sort \
2017-01-11 05:00:03 -06:00
spell \
time
2011-11-07 13:46:58 -06:00
SUBDIRS = \
changecase \
docinfo \
filebrowser \
modelines \
sort \
2017-01-11 05:00:03 -06:00
spell \
time
if ENABLE_ENCHANT
SUBDIRS += spell
endif
2011-11-07 13:46:58 -06:00
-include $(top_srcdir)/git.mk