summaryrefslogtreecommitdiffstats
path: root/fdisk/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2007-06-27 23:49:56 +0200
committerKarel Zak2007-06-27 23:49:56 +0200
commite7fa917a33876ef163f8e3f348d681199c360094 (patch)
tree07be874353ecb52adb95c7f7122a5485aea45290 /fdisk/Makefile.am
parentfdisk: move duplicate stuff from fdisk*label.h to fdisk.h (diff)
downloadkernel-qcow2-util-linux-e7fa917a33876ef163f8e3f348d681199c360094.tar.gz
kernel-qcow2-util-linux-e7fa917a33876ef163f8e3f348d681199c360094.tar.xz
kernel-qcow2-util-linux-e7fa917a33876ef163f8e3f348d681199c360094.zip
fdisk: add MAC label detection
This patch is based on the old Suse util-linux-2.11q-fs_mac.diff patch. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/Makefile.am')
-rw-r--r--fdisk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdisk/Makefile.am b/fdisk/Makefile.am
index c407bbfda..9561fef20 100644
--- a/fdisk/Makefile.am
+++ b/fdisk/Makefile.am
@@ -9,9 +9,9 @@ if !M68K
sbin_PROGRAMS = fdisk
man_MANS = fdisk.8
fdisk_SOURCES = fdisk.c fdiskbsdlabel.c fdisksgilabel.c \
- fdisksunlabel.c fdiskaixlabel.c partname.c \
+ fdisksunlabel.c fdiskaixlabel.c fdiskmaclabel.c partname.c \
fdisk.h fdisksunlabel.h fdisksgilabel.h fdiskaixlabel.h \
- fdiskbsdlabel.h $(fdisk_common)
+ fdiskbsdlabel.h fdiskmaclabel.h $(fdisk_common)
if !SPARC