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://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92;p=elogind.git build-sys: fix build without -Wl,--gc-sections bootctl needs libsystemd-daemon.la too. --- diff --git a/Makefile.am b/Makefile.am index 2cec04a14..aae3c27d3 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