diff options
author | Thomas Schwinge | 2012-05-25 20:13:41 +0200 |
---|---|---|
committer | Karel Zak | 2012-05-29 09:32:57 +0200 |
commit | 7e36b0b47b4810347c36cc2f83b0893de607589b (patch) | |
tree | e90acef1d99c0df555b19d36bd48280a387e3576 /lib | |
parent | kill: Check the correct variable when configuring. (diff) | |
download | kernel-qcow2-util-linux-7e36b0b47b4810347c36cc2f83b0893de607589b.tar.gz kernel-qcow2-util-linux-7e36b0b47b4810347c36cc2f83b0893de607589b.tar.xz kernel-qcow2-util-linux-7e36b0b47b4810347c36cc2f83b0893de607589b.zip |
lib/pager: repair build for non-Linux.
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index aed0ecd83..01b59dc5a 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 = \ |