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

Patrik Flykt patrik.flykt at linux.intel.com
Sun Nov 24 23:13:34 PST 2013


---
 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



More information about the systemd-devel mailing list