aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r--modules/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 671215b952..ce6c0aa94a 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -10,18 +10,6 @@ if ENABLE_ONLINE_ACCOUNTS
ONLINE_ACCOUNTS_DIR = online-accounts
endif
-if ENABLE_NETWORK_MANAGER
-NETWORK_MANAGER_DIR = network-manager
-endif
-
-if ENABLE_CONNMAN
-CONNMAN_DIR = connman
-endif
-
-if ENABLE_WINDOWS_SENS
-WINDOWS_SENS_DIR = windows-sens
-endif
-
SUBDIRS = \
addressbook \
bogofilter \
@@ -38,9 +26,6 @@ SUBDIRS = \
web-inspector \
$(MONO_DIR) \
$(PYTHON_DIR) \
- $(ONLINE_ACCOUNTS_DIR) \
- $(NETWORK_MANAGER_DIR) \
- $(WINDOWS_SENS_DIR) \
- $(CONNMAN_DIR)
+ $(ONLINE_ACCOUNTS_DIR)
-include $(top_srcdir)/git.mk