summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2009-03-17 14:54:22 +0100
committerKarel Zak2009-03-17 15:54:30 +0100
commitb0a0d7d58f397f45a27ee3e876800989992096d1 (patch)
tree83a27d50796534b9c21cc09e017aad52b6072353 /config
parentinclude: bitops - explicitly include endian.h (diff)
downloadkernel-qcow2-util-linux-b0a0d7d58f397f45a27ee3e876800989992096d1.tar.gz
kernel-qcow2-util-linux-b0a0d7d58f397f45a27ee3e876800989992096d1.tar.xz
kernel-qcow2-util-linux-b0a0d7d58f397f45a27ee3e876800989992096d1.zip
build-sys: add $usrlibexecdir and fix paths for [/usr]/lib64
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am
index 70494abc0..9a0497ea5 100644
--- a/config/include-Makefile.am
+++ b/config/include-Makefile.am
@@ -1,6 +1,7 @@
# The original default vaues of bindir and sbindir:
usrbinexecdir = ${exec_prefix}/bin
usrsbinexecdir = ${exec_prefix}/sbin
+usrlibexecdir = ${exec_prefix}/$(libdirname)
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
-DLOCALEDIR=\"$(localedir)\"