summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2011-06-09 22:04:24 +0200
committerKarel Zak2011-06-09 22:04:24 +0200
commit8fb4efae6f5fabbe889bebbda60e9f7dce930f1f (patch)
tree0f06756ea1ba620c7209ce265b21dddbb2ce6778 /Makefile.am
parentbuild-sys: use top-level directory for libmount rather than shlibs/mount (diff)
downloadkernel-qcow2-util-linux-8fb4efae6f5fabbe889bebbda60e9f7dce930f1f.tar.gz
kernel-qcow2-util-linux-8fb4efae6f5fabbe889bebbda60e9f7dce930f1f.tar.xz
kernel-qcow2-util-linux-8fb4efae6f5fabbe889bebbda60e9f7dce930f1f.zip
build-sys: use top-level directory for libblkid rather than shlibs/blkid
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b116483cf..01a28bb7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SHLIBS_DIRS += libuuid
endif
if BUILD_LIBBLKID
-SHLIBS_DIRS += shlibs/blkid
+SHLIBS_DIRS += libblkid
endif
if BUILD_LIBMOUNT