]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt25901_atf] Makefile improvements
authorTomek Mrugalski <tomasz@isc.org>
Fri, 10 Aug 2012 09:12:16 +0000 (11:12 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 10 Aug 2012 09:12:16 +0000 (11:12 +0200)
- doc is no longer included in SUBDIRS
- {server,common}/tests/Atffile is now included in dist

Makefile.am
Makefile.in

index 1538424cbba4bc203205e2a91e9d1f24c7504a70..32407a1156e5996ce087b826d89dd0337b0bdd79 100644 (file)
@@ -19,9 +19,10 @@ EXTRA_DIST = RELNOTES LICENSE \
             doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
             doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
             util/bindvar.sh \
-            bind/Makefile bind/bind.tar.gz bind/version.tmp 
+            bind/Makefile bind/bind.tar.gz bind/version.tmp \
+            common/tests/Atffile server/tests/Atffile
 
-SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server doc
+SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
 
 nobase_include_HEADERS = dhcpctl/dhcpctl.h
 
index c9e03b2231719ba613d181557e9ac0440b370a21..43e33a08d2677bb958fe60d5a2639c0ea81a5952 100644 (file)
@@ -188,9 +188,10 @@ EXTRA_DIST = RELNOTES LICENSE \
             doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
             doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
             util/bindvar.sh \
-            bind/Makefile bind/bind.tar.gz bind/version.tmp 
+            bind/Makefile bind/bind.tar.gz bind/version.tmp \
+            common/tests/Atffile server/tests/Atffile
 
-SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server doc
+SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
 nobase_include_HEADERS = dhcpctl/dhcpctl.h
 all: all-recursive