]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/pager: repair build for non-Linux.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 25 May 2012 18:13:41 +0000 (20:13 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 May 2012 07:32:57 +0000 (09:32 +0200)
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
lib/Makefile.am

index aed0ecd835b9f9214acb9e7c2e192a05ded9ae57..01b59dc5aea5c7eecb79afb7ae202084e7c19a49 100644 (file)
@@ -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 = \