From ec84660e48794e3278536c7b2fd1cf1feea5a962 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Sun, 10 Apr 2016 17:38:22 +0900 Subject: plugins: Fix to install externaltools plugin only with Python It was accidentally changed to be installed unconditionally with "drop support for win32/osx". --- plugins/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Makefile.am') 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 -- cgit v1.2.1