From: Michael Biebl Date: Tue, 10 Jan 2012 06:26:30 +0000 (+0100) Subject: build-sys: link systemctl and systemd-journalctl against libsystemd-id128 X-Git-Tag: v38~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=118ca5966f21c07ae8561f33da45b3810b32889a;ds=sidebyside 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 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 += \