summaryrefslogtreecommitdiff
path: root/common/Makefile.am.in
blob: 266974ba6d97efd02fc000c6803a599f40aaf6d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = -I$(top_srcdir) -DLOCALSTATEDIR='"@Q@localstatedir@Q@"'
AM_CFLAGS = $(LDAP_CFLAGS)

lib_@DHLIBS@ = 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