summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-26 11:10:09 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-26 11:10:09 +0100
commite2c6ed0aac1ae31584107c248384de51e9fe962e (patch)
treed39c6249615962fe9ae22421d88e6a1bfad28118 /Makefile.am
parent0274fe4a18abd90764567ed2c20e8582d252928c (diff)
downloadconnman-e2c6ed0aac1ae31584107c248384de51e9fe962e.tar.gz
connman-e2c6ed0aac1ae31584107c248384de51e9fe962e.tar.bz2
connman-e2c6ed0aac1ae31584107c248384de51e9fe962e.zip
Remove support for dhclient plugin
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index b4d4250d..b31cf72c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,16 +165,6 @@ tools_dbus_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
tools_polkit_test_LDADD = @DBUS_LIBS@
tools_iptables_test_LDADD = @GLIB_LIBS@ @XTABLES_LIBS@
-
-if DHCLIENT
-noinst_PROGRAMS += tools/dhclient-test
-
-tools_dhclient_test_SOURCES = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \
- tools/dhclient-test.c
-tools_dhclient_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
-
-tools_dhclient_test_CFLAGS = $(AM_CFLAGS) -DDHCLIENT=\"@DHCLIENT@\"
-endif
endif
test_scripts = test/get-state test/list-profiles test/list-services \
@@ -214,7 +204,6 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \
--enable-wifi \
--enable-bluetooth \
--enable-ofono \
- --enable-dhclient \
--enable-dnsproxy \
--enable-pacrunner \
--enable-google \