build: Add initial build support

The client test program is the only one to be built so far.
This commit is contained in:
Patrik Flykt 2013-12-09 23:43:10 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent be391925d5
commit b5d01d174c
2 changed files with 14 additions and 0 deletions

View file

@ -3846,6 +3846,19 @@ lib_LTLIBRARIES += \
libnss_myhostname.la
endif
# ------------------------------------------------------------------------------
test_dhcp_client_SOURCES = \
src/libsystemd-dhcp/protocol.h \
src/systemd/sd-dhcp-client.h \
src/libsystemd-dhcp/dhcp-client.c \
src/libsystemd-dhcp/test-dhcp-client.c
test_dhcp_client_LDADD = \
libsystemd-shared.la
tests += \
test-dhcp-client
# ------------------------------------------------------------------------------
if ENABLE_MACHINED
systemd_machined_SOURCES = \

View file

@ -0,0 +1 @@
../Makefile