aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-01 01:51:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-01 03:48:01 +0800
commitbfb1d53650e81405792091827dd937182367cd6c (patch)
tree3526b00222ad9dfee5b47a395ef7e2357a5ab2a4 /modules/Makefile.am
parent4eec255877f060bf907704488397459f7612be86 (diff)
downloadgsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.gz
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.bz2
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.lz
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.xz
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.tar.zst
gsoc2013-evolution-bfb1d53650e81405792091827dd937182367cd6c.zip
Drop the ConnMan/NetworkManager/WindowsSENS modules.
We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/
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