diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-13 16:13:56 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-13 16:15:20 -0500 |
commit | 5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92 (patch) | |
tree | 2ed69e6ca6406fea28b52ed12f6ef90acebc5929 | |
parent | 9db11a99beaf25f6eb948348202a4c783e1d31a6 (diff) |
build-sys: fix build without -Wl,--gc-sections
bootctl needs libsystemd-daemon.la too.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |