xed/plugins/Makefile.am

24 lines
281 B
Makefile

DIST_SUBDIRS = \
changecase \
docinfo \
filebrowser \
modelines \
sort \
spell \
time
SUBDIRS = \
changecase \
docinfo \
filebrowser \
modelines \
sort \
spell \
time
if ENABLE_ENCHANT
SUBDIRS += spell
endif
-include $(top_srcdir)/git.mk