[systemd-devel] [PATCH v3 18/26] build: Add dependency on libsystemd-bus needed for main loop

Patrik Flykt patrik.flykt at linux.intel.com
Mon Dec 9 13:43:24 PST 2013


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

diff --git a/Makefile.am b/Makefile.am
index 1b9edf2..cfa9b4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3855,7 +3855,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 \
@@ -3876,7 +3877,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



More information about the systemd-devel mailing list