From 117539f8b76b3517834f4e57e85aeb3a73326a0d Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Mon, 9 Dec 2013 23:43:24 +0200 Subject: [PATCH] build: Add dependency on libsystemd-bus needed for main loop --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 \ -- 2.30.2