projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e35491
)
Don't install dhclient.conf if not enabled
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 3 Jan 2009 11:42:26 +0000
(12:42 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 3 Jan 2009 11:42:26 +0000
(12:42 +0100)
scripts/Makefile.am
patch
|
blob
|
history
diff --git
a/scripts/Makefile.am
b/scripts/Makefile.am
index 3beb16a7ffd9b1bb233bfbf0f6b51d44c9070bf9..47664d2371883c38279baa4e302a5f83ee4d9fc8 100644
(file)
--- a/
scripts/Makefile.am
+++ b/
scripts/Makefile.am
@@
-7,8
+7,7
@@
DISTCLEANFILES = $(init_SCRIPTS)
scriptdir = $(libdir)/connman/scripts
-script_DATA = dhclient.conf
-
+script_DATA =
script_PROGRAMS =
script_LTLIBRARIES =
@@
-19,6
+18,7
@@
udhcpc_script_LDADD = @DBUS_LIBS@
endif
if DHCLIENT
+script_DATA += dhclient.conf
script_PROGRAMS += dhclient-script
dhclient_script_LDADD = @DBUS_LIBS@