From: Thomas Schwinge Date: Fri, 25 May 2012 18:13:41 +0000 (+0200) Subject: lib/pager: repair build for non-Linux. X-Git-Tag: v2.22-rc1~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e36b0b47b4810347c36cc2f83b0893de607589b;p=thirdparty%2Futil-linux.git lib/pager: repair build for non-Linux. Signed-off-by: Thomas Schwinge --- diff --git a/lib/Makefile.am b/lib/Makefile.am index aed0ecd835..01b59dc5ae 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,6 +27,7 @@ test_blkdev_SOURCES = blkdev.c test_ismounted_SOURCES = ismounted.c test_wholedisk_SOURCES = wholedisk.c test_mangle_SOURCES = mangle.c +test_pager_SOURCES = pager.c test_at_SOURCES = at.c test_at_CFLAGS = -DTEST_PROGRAM_AT @@ -38,7 +39,6 @@ test_procutils_SOURCES = procutils.c if LINUX test_cpuset_SOURCES = cpuset.c test_sysfs_SOURCES = sysfs.c at.c -test_pager_SOURCES = pager.c test_sysfs_CFLAGS = -DTEST_PROGRAM_SYSFS test_loopdev_SOURCES = \