]> git.ipfire.org Git - people/jschlag/network.git/commitdiff
Makefile: Install dhclient-helper as an executable script
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2018 18:40:31 +0000 (20:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2018 18:40:31 +0000 (20:40 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 786442c813673ffc5c3cbfdb428ebb82a54c78fa..f815a9e11101b38ccc76f24562adda7dd1f138d7 100644 (file)
@@ -191,13 +191,15 @@ dist_network_DATA = \
        src/functions/functions.wpa_supplicant \
        src/functions/functions.zone \
        src/network-radvd-config \
-       src/dhclient-helper \
        src/header-config \
        src/header-port \
        src/header-zone \
        src/ppp/dialer \
        src/ppp/pppoe-server
 
+dist_network_SCRIPTS = \
+       src/dhclient-helper
+
 dist_helpers_SCRIPTS = \
        src/helpers/dhcpd-config-helper \
        src/helpers/firewall-kernel-init \