summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
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