From 4f5f35fc83067b2c4874fce00ea0b53ef2488489 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 14 Oct 2016 13:21:17 +0200 Subject: login: add xgetpwnam() Signed-off-by: Karel Zak --- lib/Makemodule.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Makemodule.am') 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 -- cgit v1.2.3-55-g7522