X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=2279ff48c05f07ba7ef9ef3a156765bd48b02376;hp=f5cef3f89a8ed0b7c9bcdf688b2d5e1f7437f1b9;hb=118ca5966f21c07ae8561f33da45b3810b32889a;hpb=7e4ab3c5a6295193d0c58d353b6430265d842f34 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 += \