aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-03-10 22:50:55 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-25 12:19:46 +0100
commit2cf580ce4604d4dbfdc4117df4b2156a92547e54 (patch)
tree37663b172ed536795628311e3c910659af06c23c
parentbdc9164b405d18cfc5dbde2a33f070341d5ad673 (diff)
downloadconnman-gnome-2cf580ce4604d4dbfdc4117df4b2156a92547e54.tar.gz
Disable test and demo apps
-rw-r--r--common/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 8c4294a..8d74a46 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -5,17 +5,6 @@ libcommon_a_SOURCES = connman-dbus.c connman-dbus.h \
connman-client.h connman-client.c \
instance.h instance.c
-noinst_PROGRAMS = connman-demo test-client test-config test-dbus
-
-connman_demo_SOURCES = demo.c
-connman_demo_LDADD = libcommon.a @GTK_LIBS@ @DBUS_LIBS@
-
-test_client_LDADD = libcommon.a @GTK_LIBS@ @DBUS_LIBS@
-
-test_config_LDADD = @GTK_LIBS@ @DBUS_LIBS@
-
-test_dbus_LDADD = @DBUS_LIBS@
-
BUILT_SOURCES = marshal.h marshal.c \
connman-dbus-glue.h \
instance-glue.h