diff options
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index f8df8e4d..74aa8d83 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -16,7 +16,6 @@ DIST_SUBDIRS = \ SUBDIRS = \ changecase \ docinfo \ - externaltools \ filebrowser \ modelines \ sort \ @@ -25,7 +24,7 @@ SUBDIRS = \ trailsave if ENABLE_PYTHON -SUBDIRS += pythonconsole snippets quickopen +SUBDIRS += externaltools pythonconsole snippets quickopen endif if ENABLE_ENCHANT |