[systemd-devel] [PATCH 19/28] build: Add dependency on libsystemd-bus needed for main loop
Patrik Flykt
patrik.flykt at linux.intel.com
Wed Nov 13 13:22:47 PST 2013
---
Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f079822..433383d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3758,7 +3758,8 @@ libsystemd_dhcp_la_LDFLAGS = \
$(AM_LDFLAGS)
libsystemd_dhcp_la_LIBADD = \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-bus.la
dhcp_example_client_SOURCES = \
src/dhcp/dhcp-example-client.c
@@ -3785,7 +3786,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