diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-12-09 23:43:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-12 11:43:34 -0500 |
commit | 117539f8b76b3517834f4e57e85aeb3a73326a0d (patch) | |
tree | 81e1604bfc019e29061f5b8f3c13f3ddea35910e /Makefile.am | |
parent | bbdf06d9f242e2c5a699c3c5820bf6e09e8d174d (diff) |
build: Add dependency on libsystemd-bus needed for main loop
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5828ae19a3..c933279942 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 \ |