mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 08:50:27 +01:00
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@373 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
25 lines
427 B
Makefile
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
|