diff options
author | Karel Zak <kzak@redhat.com> | 2009-09-29 13:28:12 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-09-29 13:31:32 +0200 |
commit | a4532e10e3e72555c7302d7bd8cb827870bfcdb1 (patch) | |
tree | 1644a09cd406d0d4296af9a327e293d4dbfff66e /lib/Makefile.am | |
parent | 24250c7aa6b4b5c1b6ff87f12d93730d2c8dd04b (diff) | |
download | util-linux-old-a4532e10e3e72555c7302d7bd8cb827870bfcdb1.tar.gz |
lib: remove pttype.c
The libblkid library supports partition tables detection now.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makefile.am')
-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 0b648069..2bad9634 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/config/include-Makefile.am AM_CPPFLAGS += -DTEST_PROGRAM -noinst_PROGRAMS = test_blkdev test_ismounted test_pttype test_wholedisk +noinst_PROGRAMS = test_blkdev test_ismounted test_wholedisk test_blkdev_SOURCES = blkdev.c test_ismounted_SOURCES = ismounted.c |