summaryrefslogtreecommitdiff
path: root/fdisk/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-03-11 14:00:21 +0100
committerKarel Zak <kzak@redhat.com>2009-03-11 14:00:21 +0100
commit929f243f79c4fdf3e89dad5134e53bf001598a5e (patch)
tree16f02b38f82ccc64bd7b199c786cc732163ae0a1 /fdisk/Makefile.am
parentdb1749cf6c105a86adfc7246cb1ab60b1753f077 (diff)
downloadutil-linux-old-929f243f79c4fdf3e89dad5134e53bf001598a5e.tar.gz
lib: add is_whole_disk() from fdisk code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/Makefile.am')
-rw-r--r--fdisk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/Makefile.am b/fdisk/Makefile.am
index b3b5d7e9..20906b52 100644
--- a/fdisk/Makefile.am
+++ b/fdisk/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/config/include-Makefile.am
EXTRA_DIST = README.fdisk README.cfdisk sfdisk.examples partitiontype.c
fdisk_common = i386_sys_types.c common.h gpt.c gpt.h \
- ../lib/blkdev.c
+ ../lib/blkdev.c ../lib/wholedisk.c
if LINUX
fdisk_common += ../lib/linux_version.c