summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2016-10-14 13:21:17 +0200
committerKarel Zak2017-09-18 11:48:56 +0200
commit4f5f35fc83067b2c4874fce00ea0b53ef2488489 (patch)
tree78a973ea1f65700bdd1ce891e6ad83bbf43194ca /lib/Makemodule.am
parentsu: consolidate tty name usage (diff)
downloadkernel-qcow2-util-linux-4f5f35fc83067b2c4874fce00ea0b53ef2488489.tar.gz
kernel-qcow2-util-linux-4f5f35fc83067b2c4874fce00ea0b53ef2488489.tar.xz
kernel-qcow2-util-linux-4f5f35fc83067b2c4874fce00ea0b53ef2488489.zip
login: add xgetpwnam()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 73ac9a6f5..5a692b7b7 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -18,6 +18,7 @@ libcommon_la_SOURCES = \
lib/pager.c \
lib/parse-date.y \
lib/path.c \
+ lib/pwdutils.c \
lib/randutils.c \
lib/setproctitle.c \
lib/strutils.c \
@@ -74,6 +75,7 @@ check_PROGRAMS += \
test_colors \
test_fileutils \
test_ismounted \
+ test_pwdutils \
test_mangle \
test_randutils \
test_strutils \
@@ -149,3 +151,6 @@ test_canonicalize_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_CANONICALIZE
test_timeutils_SOURCES = lib/timeutils.c lib/strutils.c
test_timeutils_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_TIMEUTILS
+
+test_pwdutils_SOURCES = lib/pwdutils.c
+test_pwdutils_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM