summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorKarel Zak2011-03-16 17:31:50 +0100
committerKarel Zak2011-03-16 17:31:50 +0100
commitb1ef3ad66b7f52c37d5be2a4471e8f37b2a2b30b (patch)
tree8f1ff89afbf00f81ec64fc227daaa59f7a1cadb3 /mount
parentbuild-sys: include <uuid.h> rather than <uuid/uuid.h> (diff)
downloadkernel-qcow2-util-linux-b1ef3ad66b7f52c37d5be2a4471e8f37b2a2b30b.tar.gz
kernel-qcow2-util-linux-b1ef3ad66b7f52c37d5be2a4471e8f37b2a2b30b.tar.xz
kernel-qcow2-util-linux-b1ef3ad66b7f52c37d5be2a4471e8f37b2a2b30b.zip
build-sys: don't support external (e2fsprogs) libblkid
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r--mount/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am
index 9613d283d..b82464fe3 100644
--- a/mount/Makefile.am
+++ b/mount/Makefile.am
@@ -77,10 +77,6 @@ if BUILD_LIBBLKID
ldadd_common += $(ul_libblkid_la)
ldadd_static += $(ul_libblkid_la)
cflags_common += -I$(ul_libblkid_incdir)
-else
-ldadd_common += $(BLKID_LIBS)
-ldadd_static += $(BLKID_LIBS_STATIC)
-cflags_common += $(BLKID_CFLAGS)
endif
if HAVE_SELINUX