diff options
author | Francis Dupont <fdupont@isc.org> | 2016-10-06 14:56:49 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-10-06 14:56:49 +0200 |
commit | 13e5cc6cbe83ac7cd9285a54e870e4f8ab16a604 (patch) | |
tree | 8176d5eaddb7cd24e9e291db11c2cf433a25a170 /common/Makefile.am.in | |
parent | 3a4fc3841ea817c848e5a231b9e5c8f5c9895e6d (diff) | |
download | isc-dhcp-13e5cc6cbe83ac7cd9285a54e870e4f8ab16a604.tar.gz |
Libtoolize build chain (unfinished)
Diffstat (limited to 'common/Makefile.am.in')
-rw-r--r-- | common/Makefile.am.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/common/Makefile.am.in b/common/Makefile.am.in new file mode 100644 index 00000000..b168a0ba --- /dev/null +++ b/common/Makefile.am.in @@ -0,0 +1,17 @@ +AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@localstatedir@"' +AM_CFLAGS = $(LDAP_CFLAGS) + +noinst_LIBRARIES = libdhcp.@A@ +libdhcp_@A@_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c dhcp4o6.c \ + discover.c dispatch.c dlpi.c dns.c ethernet.c execute.c \ + fddi.c icmp.c inet.c lpf.c memory.c nit.c ns_name.c \ + options.c packet.c parse.c print.c raw.c resolv.c \ + socket.c tables.c tr.c tree.c upf.c +man_MANS = dhcp-eval.5 dhcp-options.5 +EXTRA_DIST = $(man_MANS) + +# We want to build this directory first, before descending into tests subdir. +# The reason is that ideally the tests should link existing objects from this +# directory. That eliminates any discrepancies between tested code and +# production code. Sadly, we are not there yet. +SUBDIRS = . tests |