diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 495d1a2c..03fa0d08 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -4,6 +4,7 @@ DIST_SUBDIRS = \ externaltools \ filebrowser \ modelines \ + pythonconsole \ sort \ spell \ taglist \ @@ -16,13 +17,14 @@ SUBDIRS = \ externaltools \ filebrowser \ modelines \ + pythonconsole \ sort \ taglist \ time \ trailsave # python plugins are disabled for now -#SUBDIRS += pythonconsole snippets quickopen +#SUBDIRS += snippets quickopen if ENABLE_ENCHANT SUBDIRS += spell |