[systemd-commits] Makefile.am

Michael Biebl mbiebl at kemper.freedesktop.org
Mon Jan 9 22:32:59 PST 2012


 Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 118ca5966f21c07ae8561f33da45b3810b32889a
Author: Michael Biebl <biebl at debian.org>
Date:   Tue Jan 10 07:26:30 2012 +0100

    build-sys: link systemctl and systemd-journalctl against libsystemd-id128
    
    Both use logs-show.c which requires libsystemd-id128 for
    sd_id128_to_string ().

diff --git a/Makefile.am b/Makefile.am
index f5cef3f..2279ff4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -974,6 +974,7 @@ systemctl_LDADD = \
 	libsystemd-basic.la \
 	libsystemd-daemon.la \
 	libsystemd-journal.la \
+	libsystemd-id128.la \
 	$(DBUS_LIBS)
 
 systemd_notify_SOURCES = \
@@ -1239,7 +1240,8 @@ systemd_journalctl_SOURCES = \
 
 systemd_journalctl_LDADD = \
 	libsystemd-basic.la \
-	libsystemd-journal.la
+	libsystemd-journal.la \
+	libsystemd-id128.la
 
 if HAVE_XZ
 systemd_journalctl_SOURCES += \



More information about the systemd-commits mailing list