File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dhcp / common / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:06:54 2012 UTC (11 years, 7 months ago) by misho
Branches: dhcp, MAIN
CVS tags: v4_1_R7p0, v4_1_R7, v4_1_R4, HEAD
dhcp 4.1 r7

AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'

noinst_LIBRARIES = libdhcp.a
libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.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 options.c packet.c \
		    parse.c print.c raw.c resolv.c socket.c tables.c tr.c \
		    tree.c upf.c heap.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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>