summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2009-09-30 01:14:26 +0200
committerKarel Zak2009-09-30 01:14:26 +0200
commit37ec7366c56e90afc1532b8969a73931d7245f70 (patch)
treec33ab3e9fc500403e7c12050257e2d5d41603391
parentlibblkid: use blkid_new_probe_from_filename() in docs (diff)
downloadkernel-qcow2-util-linux-37ec7366c56e90afc1532b8969a73931d7245f70.tar.gz
kernel-qcow2-util-linux-37ec7366c56e90afc1532b8969a73931d7245f70.tar.xz
kernel-qcow2-util-linux-37ec7366c56e90afc1532b8969a73931d7245f70.zip
lib: fix lib/Makefile.am (remove pttype.c)
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--lib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2bad96340..5600d18c2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -6,7 +6,6 @@ noinst_PROGRAMS = test_blkdev test_ismounted test_wholedisk
test_blkdev_SOURCES = blkdev.c
test_ismounted_SOURCES = ismounted.c
-test_pttype_SOURCES = pttype.c
test_wholedisk_SOURCES = wholedisk.c
if LINUX