diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-08 15:09:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-08 23:13:45 +0100 |
commit | 8b0cc9a36c8f92f010f2e8465942d2cd7c580d78 (patch) | |
tree | 23e8d9ec1c90c7bb5c07c82587246fdff7bbc99f /Makefile.am | |
parent | 3c7560019e623e6e0d03a860b4f19a3a8715feca (diff) |
machinectl: show most recent log output in "machinectl status", too
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 420a567520..e024748a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5078,6 +5078,8 @@ machinectl_SOURCES = \ machinectl_LDADD = \ libsystemd-internal.la \ + libsystemd-logs.la \ + libsystemd-journal-internal.la \ libsystemd-shared.la rootbin_PROGRAMS += \ |