diff options
author | Karel Zak <kzak@redhat.com> | 2009-09-30 01:14:26 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-09-30 01:14:26 +0200 |
commit | 37ec7366c56e90afc1532b8969a73931d7245f70 (patch) | |
tree | c33ab3e9fc500403e7c12050257e2d5d41603391 /lib/Makefile.am | |
parent | ab347a1433d5852544a3b8dfb2326a0dfab6538e (diff) | |
download | util-linux-old-37ec7366c56e90afc1532b8969a73931d7245f70.tar.gz |
lib: fix lib/Makefile.am (remove pttype.c)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |