diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2012-08-10 11:12:16 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2012-08-10 11:12:16 +0200 |
commit | 417bd2eeebf189b5865beaaef73d4b9c2787f37d (patch) | |
tree | cb097913c62e1cffe6162bb8b35a0a035452cdad /Makefile.in | |
parent | 6bc92e4ec26ce8401e2b1c1833584c2d3034f607 (diff) | |
download | isc-dhcp-417bd2eeebf189b5865beaaef73d4b9c2787f37d.tar.gz |
[rt25901_atf] Makefile improvements
- doc is no longer included in SUBDIRS
- {server,common}/tests/Atffile is now included in dist
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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 |