From: Patrik Flykt Date: Mon, 9 Dec 2013 21:43:24 +0000 (+0200) Subject: build: Add dependency on libsystemd-bus needed for main loop X-Git-Tag: v209~979 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=117539f8b76b3517834f4e57e85aeb3a73326a0d build: Add dependency on libsystemd-bus needed for main loop --- diff --git a/Makefile.am b/Makefile.am index 5828ae19a..c93327994 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3865,7 +3865,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/libsystemd-dhcp/dhcp-protocol.h \ @@ -3885,7 +3886,8 @@ test_dhcp_client_SOURCES = \ src/libsystemd-dhcp/test-dhcp-client.c test_dhcp_client_LDADD = \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-bus.la tests += \ test-dhcp-option \