xed/plugins/Makefile.am

28 lines
334 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
2011-11-07 13:46:58 -06:00
SUBDIRS = \
docinfo \
filebrowser \
modelines \
sort \
2017-01-11 05:00:03 -06:00
spell \
taglist \
textsize \
time \
trailsave
if ENABLE_ENCHANT
SUBDIRS += spell
endif
2011-11-07 13:46:58 -06:00
-include $(top_srcdir)/git.mk