NetworkManager/dhcpcd/Makefile.am
Dan Williams a6eff9e460 Don't install DHCP test program
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@373 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-01-12 21:49:49 +00:00

25 lines
427 B
Makefile

INCLUDES = -I${top_srcdir} -I${top_srcdir}/src
noinst_LIBRARIES = libdhcpc.a
libdhcpc_a_CPPFLAGS = \
-DBINDIR=\"$(bindir)\" \
-DDATADIR=\"$(datadir)\" \
-DARP_DEBUG \
-DDEBUG
libdhcpc_a_SOURCES= \
buildmsg.c \
buildmsg.h \
arp.c \
arp.h \
client.c \
client.h \
dhcpcd.c \
dhcpcd.h \
udpipgen.c \
udpipgen.h
noinst_PROGRAMS = dhcp_test
dhcp_test_SOURCES = dhcp_test.c
dhcp_test_LDADD = libdhcpc.a