summaryrefslogtreecommitdiffstats
path: root/disk-utils/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2011-03-16 17:03:48 +0100
committerKarel Zak2011-03-16 17:03:48 +0100
commit403e2d0c026d689baabcc4781d94ca09c2b87683 (patch)
treed177099970f70e29017b2983adc6519af6e897ee /disk-utils/Makefile.am
parentlib: [fsprobe.c] use internal libblkid only (diff)
downloadkernel-qcow2-util-linux-403e2d0c026d689baabcc4781d94ca09c2b87683.tar.gz
kernel-qcow2-util-linux-403e2d0c026d689baabcc4781d94ca09c2b87683.tar.xz
kernel-qcow2-util-linux-403e2d0c026d689baabcc4781d94ca09c2b87683.zip
build-sys: don't support external (e2fsprogs) libuuid
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/Makefile.am')
-rw-r--r--disk-utils/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/disk-utils/Makefile.am b/disk-utils/Makefile.am
index e95eddb95..16d182a54 100644
--- a/disk-utils/Makefile.am
+++ b/disk-utils/Makefile.am
@@ -5,14 +5,9 @@ if LINUX
utils_common += $(top_srcdir)/lib/linux_version.c
endif
-if HAVE_UUID
if BUILD_LIBUUID
uuid_cflags = -I$(ul_libuuid_srcdir)
uuid_ldadd = $(ul_libuuid_la)
-else
-uuid_cflags = $(UUID_CFLAGS)
-uuid_ldadd = $(UUID_LIBS)
-endif
endif
dist_man_MANS = isosize.8 mkfs.8 mkswap.8 \