~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric-security

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-09-02 22:34:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090902223425-nypo7bkftxffq41m
Tags: upstream-4.1.0
ImportĀ upstreamĀ versionĀ 4.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 \
 
14
             doc/IANA-arp-parameters doc/Makefile doc/References.html \
 
15
             doc/References.txt doc/References.xml doc/api+protocol \
 
16
             doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
 
17
             doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
 
18
             doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5
 
19
 
 
20
SUBDIRS = includes tests common minires dst omapip client dhcpctl relay server
 
21
 
 
22
nobase_include_HEADERS = dhcpctl/dhcpctl.h
 
23