chiark / gitweb /
build-sys: link systemctl and systemd-journalctl against libsystemd-id128
authorMichael Biebl <biebl@debian.org>
Tue, 10 Jan 2012 06:26:30 +0000 (07:26 +0100)
committerMichael Biebl <biebl@debian.org>
Tue, 10 Jan 2012 06:26:30 +0000 (07:26 +0100)
Both use logs-show.c which requires libsystemd-id128 for
sd_id128_to_string ().

Makefile.am

index f5cef3f89a8ed0b7c9bcdf688b2d5e1f7437f1b9..2279ff48c05f07ba7ef9ef3a156765bd48b02376 100644 (file)
@@ -974,6 +974,7 @@ systemctl_LDADD = \
        libsystemd-basic.la \
        libsystemd-daemon.la \
        libsystemd-journal.la \
        libsystemd-basic.la \
        libsystemd-daemon.la \
        libsystemd-journal.la \
+       libsystemd-id128.la \
        $(DBUS_LIBS)
 
 systemd_notify_SOURCES = \
        $(DBUS_LIBS)
 
 systemd_notify_SOURCES = \
@@ -1239,7 +1240,8 @@ systemd_journalctl_SOURCES = \
 
 systemd_journalctl_LDADD = \
        libsystemd-basic.la \
 
 systemd_journalctl_LDADD = \
        libsystemd-basic.la \
-       libsystemd-journal.la
+       libsystemd-journal.la \
+       libsystemd-id128.la
 
 if HAVE_XZ
 systemd_journalctl_SOURCES += \
 
 if HAVE_XZ
 systemd_journalctl_SOURCES += \