summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index c4f95ea8..28ae8910 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -6,6 +6,7 @@ DIST_SUBDIRS = \
modelines \
pythonconsole \
quickopen \
+ snippets \
sort \
spell \
taglist \
@@ -20,14 +21,12 @@ SUBDIRS = \
modelines \
pythonconsole \
quickopen \
+ snippets \
sort \
taglist \
time \
trailsave
-# python plugins are disabled for now
-#SUBDIRS += snippets
-
if ENABLE_ENCHANT
SUBDIRS += spell
endif