build-sys: link systemctl and systemd-journalctl against libsystemd-id128

Both use logs-show.c which requires libsystemd-id128 for
sd_id128_to_string ().
This commit is contained in:
Michael Biebl 2012-01-10 07:26:30 +01:00
parent 7e4ab3c5a6
commit 118ca5966f

View file

@ -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 += \