summaryrefslogtreecommitdiffstats
path: root/fdisk/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2007-11-07 19:05:31 +0100
committerKarel Zak2007-11-07 19:05:31 +0100
commit810f986b42ff7ecc805d134ef32013c3343df31e (patch)
treea3bed44c8f415166ea2d75dbb202793762f1ae43 /fdisk/Makefile.am
parentmkswap: cleanup kB vs. KiB usage in error messages (diff)
downloadkernel-qcow2-util-linux-810f986b42ff7ecc805d134ef32013c3343df31e.tar.gz
kernel-qcow2-util-linux-810f986b42ff7ecc805d134ef32013c3343df31e.tar.xz
kernel-qcow2-util-linux-810f986b42ff7ecc805d134ef32013c3343df31e.zip
fdisk: cleanup BLK* ioctls usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/Makefile.am')
-rw-r--r--fdisk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/fdisk/Makefile.am b/fdisk/Makefile.am
index c149263b9..7e44569e2 100644
--- a/fdisk/Makefile.am
+++ b/fdisk/Makefile.am
@@ -2,7 +2,8 @@ include $(top_srcdir)/config/include-Makefile.am
EXTRA_DIST = README.fdisk README.cfdisk sfdisk.examples partitiontype.c
-fdisk_common = disksize.c i386_sys_types.c common.h gpt.c gpt.h
+fdisk_common = i386_sys_types.c common.h gpt.c gpt.h \
+ ../lib/blkdev.c ../lib/linux_version.c
if !ARCH_M68K