xed/plugins/Makefile.am

36 lines
464 B
Makefile
Raw Normal View History

2011-11-07 13:46:58 -06:00
DIST_SUBDIRS = \
changecase \
docinfo \
externaltools \
filebrowser \
modelines \
pythonconsole \
quickopen \
snippets \
sort \
spell \
taglist \
time \
trailsave
2011-11-07 13:46:58 -06:00
SUBDIRS = \
changecase \
docinfo \
externaltools \
2011-11-07 13:46:58 -06:00
filebrowser \
modelines \
sort \
taglist \
time \
trailsave
2011-11-07 13:46:58 -06:00
if ENABLE_PYTHON
SUBDIRS += pythonconsole snippets quickopen
endif
if ENABLE_ENCHANT
SUBDIRS += spell
endif
-include $(top_srcdir)/git.mk