]> git.ipfire.org Git - thirdparty/dhcp.git/blob - common/Makefile.am
Checkpoint: code done, need tests
[thirdparty/dhcp.git] / common / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@localstatedir@"'
2 AM_CFLAGS = $(LDAP_CFLAGS)
3
4 lib_LIBRARIES = libdhcp.a
5 libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c dhcp4o6.c \
6 discover.c dispatch.c dlpi.c dns.c ethernet.c execute.c \
7 fddi.c icmp.c inet.c lpf.c memory.c nit.c ns_name.c \
8 options.c packet.c parse.c print.c raw.c resolv.c \
9 socket.c tables.c tr.c tree.c upf.c
10 man_MANS = dhcp-eval.5 dhcp-options.5
11 EXTRA_DIST = $(man_MANS)
12
13 # We want to build this directory first, before descending into tests subdir.
14 # The reason is that ideally the tests should link existing objects from this
15 # directory. That eliminates any discrepancies between tested code and
16 # production code. Sadly, we are not there yet.
17 SUBDIRS = . tests