From 118ca5966f21c07ae8561f33da45b3810b32889a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 10 Jan 2012 07:26:30 +0100 Subject: [PATCH] build-sys: link systemctl and systemd-journalctl against libsystemd-id128 Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string (). --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f5cef3f89..2279ff48c 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 += \ -- 2.30.2