diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-11 20:13:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-11 20:55:09 +0100 |
commit | f9a810bedacf1da7c505c1786a2416d592665926 (patch) | |
tree | e4fdb88684e2bacb4567228aabd3448d75fb3ce0 /Makefile.am | |
parent | 419173e60a05424008fcd312f6df4b59b2ce8e62 (diff) |
journald: port to sd-event and enable watchdog support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |