xref: /netbsd-src/external/mpl/dhcp/dist/common/Makefile.am.in (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@Q@localstatedir@Q@"'
2AM_CFLAGS = $(LDAP_CFLAGS)
3
4lib_@DHLIBS@ = 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