From: Michael Tremer Date: Sat, 15 Sep 2018 18:40:31 +0000 (+0200) Subject: Makefile: Install dhclient-helper as an executable script X-Git-Tag: 010~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b719b3f79b62fa03374b3466746a6d7357749394;p=people%2Fms%2Fnetwork.git Makefile: Install dhclient-helper as an executable script Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 786442c8..f815a9e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \