summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
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