]> git.ipfire.org Git - thirdparty/dhcp.git/blame - Makefile.am
Added V6ONLY reason to the client script man
[thirdparty/dhcp.git] / Makefile.am
CommitLineData
6ecda39c
SK
1#
2# automake adds dependencies that we don't like, so we explicitly remove them
3#
4Makefile:
5
13e5cc6c
FD
6#
7# for libtool
8#
9ACLOCAL_AMFLAGS = -I m4
10
6ecda39c
SK
11#
12# We have a lot of files that we want shipped with the distribution.
13#
6d91a86b 14EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
966c0a1f 15 contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
6ecda39c
SK
16 contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
17 contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
33692791
DH
18 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
19 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
51e2e606 20 contrib/dhcp-lease-list.pl \
1e80a731 21 doc/BIND-libraries doc/DHCPv4-over-DHCPv6 \
6ecda39c
SK
22 doc/IANA-arp-parameters doc/Makefile doc/References.html \
23 doc/References.txt doc/References.xml doc/api+protocol \
24 doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
25 doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
a5743120 26 doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
98bf1607 27 doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
3cb6f9bb 28 doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \
1e80a731
FD
29 doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/libtool.dox \
30 doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
6b87c7f2 31 client/tests/Atffile common/tests/Atffile server/tests/Atffile \
de964f22 32 client/tests/Kyuafile common/tests/Kyuafile server/tests/Kyuafile \
79cfe1ac 33 m4/README CONTRIBUTING.md
6ecda39c 34
68315782
FD
35if HAVE_BINDDIR
36EXTRA_DIST += bind/Makefile.in bind/bind.tar.gz bind/version.tmp
37endif
38
39# Use an autoconf substitution vs an automake conditional here
40# to fool automake when the bind directory does not exist.
e94e7f23 41SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server
fe5b0fdd 42
0cd94b5e
TM
43DIST_SUBDIRS = $(SUBDIRS) keama
44
fe5b0fdd 45nobase_include_HEADERS = dhcpctl/dhcpctl.h
6ecda39c 46
f3b61519
FD
47#
48# distcheck tuning
49#
50
68315782
FD
51DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_ATF_CONFIGURE_FLAG@
52DISTCHECK_CONFIGURE_FLAGS += @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
bf6f8fce 53DISTCHECK_CONFIGURE_FLAGS += @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
f3b61519 54
6e5bb0ee 55distcheck-hook:
68315782 56if HAVE_BINDDIR
6e5bb0ee 57 chmod u+w $(distdir)/bind
68315782 58endif
6e5bb0ee
FD
59
60distclean-local:
61 rm -f config.report