From 342fa27bb78f177150e1deb7842f749637c91948 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 24 Mar 2010 10:24:56 +0000 Subject: Add ConnMan support (words fail me ...) --- modules/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/Makefile.am') diff --git a/modules/Makefile.am b/modules/Makefile.am index 653d1b69c6..718cba2fa4 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -14,6 +14,10 @@ if ENABLE_WINDOWS_SENS WINDOWS_SENS_DIR = windows-sens endif +if ENABLE_CONNMAN +CONNMAN_DIR = connman +endif + SUBDIRS = \ addressbook \ calendar \ @@ -22,6 +26,7 @@ SUBDIRS = \ $(MONO_DIR) \ $(PYTHON_DIR) \ $(NETWORK_MANAGER_DIR) \ - $(WINDOWS_SENS_DIR) + $(WINDOWS_SENS_DIR) \ + $(CONNMAN_DIR) -include $(top_srcdir)/git.mk -- cgit v1.2.3