summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2011-06-09 21:54:05 +0200
committerKarel Zak2011-06-09 21:54:05 +0200
commit83d20837dc2114d902ed609bf0f060fc207191ed (patch)
treef8af21f3e64654ab224db94b8e3a056ad4d3b8a3 /Makefile.am
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-83d20837dc2114d902ed609bf0f060fc207191ed.tar.gz
kernel-qcow2-util-linux-83d20837dc2114d902ed609bf0f060fc207191ed.tar.xz
kernel-qcow2-util-linux-83d20837dc2114d902ed609bf0f060fc207191ed.zip
build-sys: use top-level directory for libuuid rather than shlibs/uuid
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 a0271b719..77c774db2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/config/include-Makefile.am
SHLIBS_DIRS =
if BUILD_LIBUUID
-SHLIBS_DIRS += shlibs/uuid
+SHLIBS_DIRS += libuuid
endif
if BUILD_LIBBLKID