1AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@localstatedir@"'
2AM_CFLAGS = $(LDAP_CFLAGS)
3
4lib_LIBRARIES = libdhcp.a
5libdhcp_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
10man_MANS = dhcp-eval.5 dhcp-options.5
11EXTRA_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.
17SUBDIRS = . tests
18