[systemd-commits] Makefile.am
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Fri Aug 3 09:25:08 PDT 2012
Makefile.am | 2 --
1 file changed, 2 deletions(-)
New commits:
commit f9a3b83bf4e24ab50c43b7502afbb701782d87a7
Author: Simon Peeters <peeters.simon at gmail.com>
Date: Fri Aug 3 17:09:21 2012 +0200
build-sys: do not link systemctl against journal-internal and id128-internal
systemctl does not need the internal journal and id128 libraries to
function, so don't link against them.
diff --git a/Makefile.am b/Makefile.am
index 77aed92..49c3e3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1427,8 +1427,6 @@ systemctl_LDADD = \
libsystemd-label.la \
libsystemd-shared.la \
libsystemd-daemon.la \
- libsystemd-journal-internal.la \
- libsystemd-id128-internal.la \
libsystemd-dbus.la \
libsystemd-logs.la
More information about the systemd-commits
mailing list