---
 Makefile.am |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3f698b5..c4394c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3767,7 +3767,8 @@ libsystemd_dhcp_la_LDFLAGS = \
        $(AM_LDFLAGS)
 
 libsystemd_dhcp_la_LIBADD = \
-       libsystemd-shared.la
+       libsystemd-shared.la \
+       libsystemd-bus.la
 
 test_dhcp_option_SOURCES = \
        src/dhcp/protocol.h \
@@ -3788,7 +3789,8 @@ test_dhcp_client_SOURCES = \
        src/dhcp/test-dhcp-client.c
 
 test_dhcp_client_LDADD = \
-       libsystemd-shared.la
+       libsystemd-shared.la \
+       libsystemd-bus.la
 
 tests += \
        test-dhcp-option \
-- 
1.7.10.4

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to