[systemd-commits] Makefile.am
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Thu Feb 7 13:27:59 PST 2013
Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9d6cbf7871f5ff69e5835caef1b46673af51e000
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Thu Feb 7 16:22:29 2013 -0500
build-sys: fix build without -Wl,--gc-sections
In 8d81eb8e the new library was added for libudev, use it for
libsystemd-journal too.
diff --git a/Makefile.am b/Makefile.am
index 9a26a07..163e8f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2424,6 +2424,7 @@ libsystemd_journal_la_LDFLAGS = \
libsystemd_journal_la_LIBADD = \
libsystemd-shared.la \
libsystemd-label.la \
+ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la
libsystemd_journal_internal_la_SOURCES = \
More information about the systemd-commits
mailing list