From: Tomek Mrugalski Date: Fri, 10 Aug 2012 09:12:16 +0000 (+0200) Subject: [rt25901_atf] Makefile improvements X-Git-Tag: v4_3_0a1~77^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=417bd2eeebf189b5865beaaef73d4b9c2787f37d;p=thirdparty%2Fdhcp.git [rt25901_atf] Makefile improvements - doc is no longer included in SUBDIRS - {server,common}/tests/Atffile is now included in dist --- diff --git a/Makefile.am b/Makefile.am index 1538424cb..32407a115 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index c9e03b223..43e33a08d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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