summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-08-25 14:40:58 +0300
committerinfirit <[email protected]>2015-09-02 11:34:01 +0200
commitb24934e186456b50d7702192ec3a270926831791 (patch)
treee7daae0af65482e5f1a5598808e4e55792dd7e6d /plugins/Makefile.am
parentf6d7a422f3f5f97e676cd18cef5bb46aca8da6be (diff)
downloadpluma-b24934e186456b50d7702192ec3a270926831791.tar.bz2
pluma-b24934e186456b50d7702192ec3a270926831791.tar.xz
drop support for win32/osx and checkupdate plugin
that plugin has never been built in linux anyway due to logic in configure.ac
Diffstat (limited to 'plugins/Makefile.am')
-rwxr-xr-xplugins/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index ba80e090..c31e071d 100755
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,6 +1,5 @@
DIST_SUBDIRS = \
changecase \
- checkupdate \
docinfo \
externaltools \
filebrowser \
@@ -16,6 +15,7 @@ DIST_SUBDIRS = \
SUBDIRS = \
changecase \
docinfo \
+ externaltools \
filebrowser \
modelines \
sort \
@@ -24,19 +24,10 @@ SUBDIRS = \
if ENABLE_PYTHON
SUBDIRS += pythonconsole snippets quickopen
-
-if !OS_WIN32
-SUBDIRS += externaltools
-endif
-
endif
if ENABLE_ENCHANT
SUBDIRS += spell
endif
-if ENABLE_UPDATER
-SUBDIRS += checkupdate
-endif
-
-include $(top_srcdir)/git.mk