]> git.ipfire.org Git - thirdparty/dhcp.git/blob - Makefile.am
Solved the --with-libbind vs distchek issue
[thirdparty/dhcp.git] / Makefile.am
1 #
2 # automake adds dependencies that we don't like, so we explicitly remove them
3 #
4 Makefile:
5
6 #
7 # We have a lot of files that we want shipped with the distribution.
8 #
9 EXTRA_DIST = RELNOTES LICENSE \
10 contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
11 contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
12 contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
13 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
14 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
15 contrib/dhcp-lease-list.pl \
16 doc/DHCPv4-over-DHCPv6 \
17 doc/IANA-arp-parameters doc/Makefile doc/References.html \
18 doc/References.txt doc/References.xml doc/api+protocol \
19 doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
20 doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
21 doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
22 doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
23 doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \
24 doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \
25 doc/devel/omapi.dox doc/devel/qa.dox \
26 common/tests/Atffile server/tests/Atffile
27
28 if HAVE_BINDDIR
29 EXTRA_DIST += bind/Makefile.in bind/bind.tar.gz bind/version.tmp
30 endif
31
32 # Use an autoconf substitution vs an automake conditional here
33 # to fool automake when the bind directory does not exist.
34 SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server
35
36 nobase_include_HEADERS = dhcpctl/dhcpctl.h
37
38 #
39 # distcheck tuning
40 #
41
42 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_ATF_CONFIGURE_FLAG@
43 DISTCHECK_CONFIGURE_FLAGS += @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
44
45 distcheck-hook:
46 if HAVE_BINDDIR
47 chmod u+w $(distdir)/bind
48 endif
49
50 distclean-local:
51 rm -f config.report