diff options
author | OBATA Akio <[email protected]> | 2016-04-10 17:38:22 +0900 |
---|---|---|
committer | OBATA Akio <[email protected]> | 2016-04-10 17:38:22 +0900 |
commit | ec84660e48794e3278536c7b2fd1cf1feea5a962 (patch) | |
tree | 275b18ba5d42cc5796d20ab04db0c9f9fbc63c32 /plugins/Makefile.am | |
parent | d93444dea92bfdc68768cf54b45db57506b6e486 (diff) | |
download | pluma-ec84660e48794e3278536c7b2fd1cf1feea5a962.tar.bz2 pluma-ec84660e48794e3278536c7b2fd1cf1feea5a962.tar.xz |
plugins: Fix to install externaltools plugin only with Python
It was accidentally changed to be installed unconditionally with
"drop support for win32/osx".
Diffstat (limited to 'plugins/Makefile.am')
-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 |