From 5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 13 Feb 2013 16:13:56 -0500 Subject: build-sys: fix build without -Wl,--gc-sections bootctl needs libsystemd-daemon.la too. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2cec04a140..aae3c27d36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3087,7 +3087,8 @@ bootctl_SOURCES = \ bootctl_LDADD = \ libsystemd-shared.la \ - libsystemd-id128.la + libsystemd-id128.la \ + libsystemd-daemon.la bin_PROGRAMS += \ bootctl -- cgit v1.2.3-54-g00ecf