From 417bd2eeebf189b5865beaaef73d4b9c2787f37d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 10 Aug 2012 11:12:16 +0200 Subject: [PATCH] [rt25901_atf] Makefile improvements - doc is no longer included in SUBDIRS - {server,common}/tests/Atffile is now included in dist --- Makefile.am | 5 +++-- Makefile.in | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1538424c..32407a11 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 c9e03b22..43e33a08 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