From aa9ed6538985d667aa6a0264c59622a51384ccd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 31 Dec 2013 11:48:04 -0500 Subject: [PATCH] build-sys: make test-dhcp-* statically linked This makes them behave like everything else following 48d7417d3 'build-sys: link most internal libraries statically'. --- Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8e5f5110e..19d987d90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3926,8 +3926,8 @@ noinst_LTLIBRARIES += \ libsystemd-dhcp.la libsystemd_dhcp_la_LIBADD = \ - libsystemd-shared.la \ - libsystemd-bus.la + libsystemd-bus-internal.la \ + libsystemd-shared.la test_dhcp_option_SOURCES = \ src/libsystemd-dhcp/dhcp-protocol.h \ @@ -3945,9 +3945,11 @@ test_dhcp_client_SOURCES = \ src/libsystemd-dhcp/test-dhcp-client.c test_dhcp_client_LDADD = \ + libsystemd-bus-internal.la \ + libsystemd-daemon-internal.la \ + libsystemd-id128-internal.la \ libsystemd-dhcp.la \ - libsystemd-shared.la \ - libsystemd-bus.la + libsystemd-shared.la tests += \ test-dhcp-option \ -- 2.30.2