From: Zbigniew Jędrzejewski-Szmek Date: Wed, 13 Feb 2013 21:13:56 +0000 (-0500) Subject: build-sys: fix build without -Wl,--gc-sections X-Git-Tag: v198~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92;p=thirdparty%2Fsystemd.git build-sys: fix build without -Wl,--gc-sections bootctl needs libsystemd-daemon.la too. --- diff --git a/Makefile.am b/Makefile.am index 2cec04a1401..aae3c27d364 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