summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-13 16:13:56 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-13 16:15:20 -0500
commit5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92 (patch)
tree2ed69e6ca6406fea28b52ed12f6ef90acebc5929 /Makefile.am
parent9db11a99beaf25f6eb948348202a4c783e1d31a6 (diff)
build-sys: fix build without -Wl,--gc-sections
bootctl needs libsystemd-daemon.la too.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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