From f9a810bedacf1da7c505c1786a2416d592665926 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Dec 2013 20:13:44 +0100 Subject: journald: port to sd-event and enable watchdog support --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9e4b1363ce..25bbcab888 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2952,7 +2952,9 @@ systemd_journald_SOURCES = \ src/journal/journald-server.h systemd_journald_LDADD = \ - libsystemd-journal-core.la + libsystemd-journal-core.la \ + libsystemd-bus-internal.la \ + libsystemd-shared.la systemd_cat_SOURCES = \ src/journal/cat.c -- cgit v1.2.3-54-g00ecf