From 3c7560019e623e6e0d03a860b4f19a3a8715feca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jan 2015 14:38:52 +0100 Subject: loginctl: show the 10 most recent log user/session log lines in "loginctl user-status" and "loginctl session-status" --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf