diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-21 22:37:45 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-21 22:37:45 +0100 |
commit | 11a58a90b94da926e1263e8cb74b52a271d21dd9 (patch) | |
tree | e0e8c50eb3b866ad2abe1345a4974789e192a7db /plugins | |
parent | 8f683573410f1ad35e700347c5018c8c4de22258 (diff) | |
download | connman-11a58a90b94da926e1263e8cb74b52a271d21dd9.tar.gz connman-11a58a90b94da926e1263e8cb74b52a271d21dd9.tar.bz2 connman-11a58a90b94da926e1263e8cb74b52a271d21dd9.zip |
Provide udhcpc binary location from configuration
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 7178e024..2cde74b6 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -18,6 +18,7 @@ bluetooth_la_SOURCES = bluetooth.c bluetooth_la_LIBADD = @GDBUS_LIBS@ udhcp_la_SOURCES = udhcp.c +udhcp_la_CFLAGS = @GLIB_CFLAGS@ -DUDHCPC=\"@UDHCPC@\" dhclient_la_SOURCES = dhclient.c inet.h inet.c dhclient_la_CFLAGS = @GLIB_CFLAGS@ @GDBUS_CFLAGS@ -DDHCLIENT=\"@DHCLIENT@\" \ |