From 37ec7366c56e90afc1532b8969a73931d7245f70 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 30 Sep 2009 01:14:26 +0200 Subject: [PATCH] lib: fix lib/Makefile.am (remove pttype.c) Signed-off-by: Karel Zak --- lib/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 2bad9634..5600d18c 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 -- 2.39.5