chiark / gitweb /
build: Add initial build support
[elogind.git] / Makefile.am
index 25bbcab888bff43ed8e55e66579ee18ef8a1c6eb..9b5c49624d89692789b4d26eadbf42db3839db0a 100644 (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 = \