[systemd-commits] Makefile.am
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Wed Feb 13 13:20:22 PST 2013
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Wed Feb 13 16:13:56 2013 -0500
build-sys: fix build without -Wl,--gc-sections
bootctl needs libsystemd-daemon.la too.
diff --git a/Makefile.am b/Makefile.am
index 2cec04a..aae3c27 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
More information about the systemd-commits
mailing list