From: Shawn Routhier Date: Wed, 11 Dec 2013 00:05:00 +0000 (+0000) Subject: -n [master] add the lease list script to the distribution X-Git-Tag: v4_3_0a1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51e2e60626f0b86e4303ad4c68ba5106a7de8152;p=thirdparty%2Fdhcp.git -n [master] add the lease list script to the distribution --- diff --git a/Makefile.am b/Makefile.am index d8422d09c..ab1d0d654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST = RELNOTES LICENSE \ contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \ contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \ contrib/ldap/dhcp.schema contrib/ldap/README.ldap \ + contrib/dhcp-lease-list.pl \ doc/IANA-arp-parameters doc/Makefile doc/References.html \ doc/References.txt doc/References.xml doc/api+protocol \ doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \ diff --git a/Makefile.in b/Makefile.in index b852ccaea..78cd1e20c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -333,6 +333,7 @@ EXTRA_DIST = RELNOTES LICENSE \ contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \ contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \ contrib/ldap/dhcp.schema contrib/ldap/README.ldap \ + contrib/dhcp-lease-list.pl \ doc/IANA-arp-parameters doc/Makefile doc/References.html \ doc/References.txt doc/References.xml doc/api+protocol \ doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \