summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-04 09:34:21 +0200
committerStef Walter <stefw@gnome.org>2013-04-04 09:34:21 +0200
commit3e5916530b995bda1a5deea7ecf9c185a402d463 (patch)
treec07a9f80371e456d656bc7565ba9b04f3ba40af9 /configure.ac
parent941ff24161e040fca7382e3f98b0c1b51da21dac (diff)
Put the external tools in $libdir/p11-kit
These are possibly architecture specific binaries, so they should be in $libdir/p11-kit and not in $datadir/p11-kit
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ce8e3f..b3c7610 100644
--- a/configure.ac
+++ b/configure.ac
@@ -402,6 +402,9 @@ eval SHLEXT=$shrext_cmds
AC_DEFINE_UNQUOTED(SHLEXT, ["$SHLEXT"], [File extension for shared libraries])
AC_SUBST(SHLEXT)
+privatedir='${libdir}/p11-kit'
+AC_SUBST(privatedir)
+
AC_CONFIG_FILES([Makefile
build/Makefile
build/certs/Makefile