---
Makefile.am | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 64d4b34..cd540ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3749,6 +3749,15 @@ endif
#
------------------------------------------------------------------------------
if ENABLE_DHCP
+test_dhcp_option_SOURCES = \
+ src/dhcp/protocol.h \
+ src/dhcp/internal.h \
+ src/dhcp/option.c \
+ src/dhcp/test-dhcp-option.c
+
+test_dhcp_option_LDADD = \
+ libsystemd-shared.la
+
test_dhcp_client_SOURCES = \
src/dhcp/protocol.h \
src/systemd/sd-dhcp-client.h \
@@ -3759,6 +3768,7 @@ test_dhcp_client_LDADD = \
libsystemd-shared.la
tests += \
+ test-dhcp-option \
test-dhcp-client
endif
--
1.7.10.4
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel