diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-08 14:38:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-08 23:13:45 +0100 |
commit | 3c7560019e623e6e0d03a860b4f19a3a8715feca (patch) | |
tree | f467f1304bdb009913c12e73b5870cb853665f92 /Makefile.am | |
parent | 3a8d368a6184ca8b7422330b53513983088671f2 (diff) |
loginctl: show the 10 most recent log user/session log lines in "loginctl user-status" and "loginctl session-status"
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 483feb3efe..420a567520 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5539,6 +5539,8 @@ loginctl_SOURCES = \ loginctl_LDADD = \ libsystemd-internal.la \ + libsystemd-logs.la \ + libsystemd-journal-internal.la \ libudev-internal.la \ libsystemd-shared.la |