summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOndrej Oprala2014-04-07 18:24:19 +0200
committerKarel Zak2014-05-15 13:55:59 +0200
commit29cc2a55686f7182ae16e949d6d2a2b2b44c8536 (patch)
treebe392b41187d4be72db7302a1b492e20d19df48e /lib
parentlogin: extract get_hushlogin_status (diff)
downloadkernel-qcow2-util-linux-29cc2a55686f7182ae16e949d6d2a2b2b44c8536.tar.gz
kernel-qcow2-util-linux-29cc2a55686f7182ae16e949d6d2a2b2b44c8536.tar.xz
kernel-qcow2-util-linux-29cc2a55686f7182ae16e949d6d2a2b2b44c8536.zip
lslogins: add functionality
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index b4ad0e9ae..a16509670 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -26,7 +26,8 @@ libcommon_la_SOURCES = \
lib/timeutils.c \
lib/ttyutils.c \
lib/xgetpass.c \
- lib/exec_shell.c
+ lib/exec_shell.c \
+ lib/readutmp.c
if LINUX
libcommon_la_SOURCES += \