diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f5cef3f89a..2279ff48c0 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 += \ |