Remove building with NOCRYPTO option
[minix.git] / external / bsd / dhcp / dist / common / Makefile.am
blobeddef058566df2a0180de6e6e01b21bf1e28a851
1 AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'
2 AM_CFLAGS = $(LDAP_CFLAGS)
4 noinst_LIBRARIES = libdhcp.a
5 libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
6                     dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c \
7                     icmp.c inet.c lpf.c memory.c nit.c ns_name.c options.c \
8                     packet.c parse.c print.c raw.c resolv.c socket.c \
9                     tables.c tr.c tree.c upf.c
10 man_MANS = dhcp-eval.5 dhcp-options.5
11 EXTRA_DIST = $(man_MANS)
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