]> git.ipfire.org Git - thirdparty/dhcp.git/blame - Makefile.am
[rt25901_atf] cppcheck verification added.
[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
6#
7# We have a lot of files that we want shipped with the distribution.
8#
31259901 9EXTRA_DIST = RELNOTES LICENSE \
966c0a1f 10 contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
6ecda39c
SK
11 contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
12 contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
33692791
DH
13 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
14 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
6ecda39c
SK
15 doc/IANA-arp-parameters doc/Makefile doc/References.html \
16 doc/References.txt doc/References.xml doc/api+protocol \
17 doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
18 doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
a5743120 19 doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
98bf1607 20 doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
95bba8b6
SR
21 util/bindvar.sh \
22 bind/Makefile bind/bind.tar.gz bind/version.tmp
6ecda39c 23
95bba8b6 24SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
fe5b0fdd
DH
25
26nobase_include_HEADERS = dhcpctl/dhcpctl.h
6ecda39c 27