From: Marcel Holtmann Date: Thu, 29 Jul 2010 23:27:55 +0000 (-0700) Subject: Fix build issue with dhclient-test utility X-Git-Tag: 2.0_alpha~2568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33691ed273a0d36bfd5b7b841018fd4695a6dcab;p=framework%2Fconnectivity%2Fconnman.git Fix build issue with dhclient-test utility --- diff --git a/Makefile.am b/Makefile.am index 875da95..ab979f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,7 @@ if TOOLS noinst_PROGRAMS += tools/wifi-scan tools/supplicant-test tools/dhcp-test \ tools/addr-test tools/tap-test tools/resolv-test \ tools/dbus-test tools/polkit-test tools/portal-test \ - tools/iptables-test tools/dhclient-test tools/wpad-test + tools/iptables-test tools/wpad-test tools_wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@ @@ -151,8 +151,15 @@ tools_portal_test_LDADD = @GLIB_LIBS@ tools_iptables_test_LDADD = @IPTC_LIBS@ -lip4tc -lxtables -tools_dhclient_test_SOURCES = $(gdbus_sources) tools/dhclient-test.c +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 \