summaryrefslogtreecommitdiffstats
path: root/pki/cmake
diff options
context:
space:
mode:
authorasn <asn@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-10-19 17:45:33 +0000
committerasn <asn@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-10-19 17:45:33 +0000
commitd7e613a944cb7b795fd0a301e702034aaf9eecb2 (patch)
tree6c9a6028d06e0e77eb361251eb7b7d5c777aac1b /pki/cmake
parent075db97230449534db8c524dea365222ecfaaca8 (diff)
downloadpki-d7e613a944cb7b795fd0a301e702034aaf9eecb2.tar.gz
pki-d7e613a944cb7b795fd0a301e702034aaf9eecb2.tar.xz
pki-d7e613a944cb7b795fd0a301e702034aaf9eecb2.zip
cmake: Added JAVA_LIB_INSTALL_DIR.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1410 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/cmake')
-rw-r--r--pki/cmake/Modules/DefineInstallationPaths.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/pki/cmake/Modules/DefineInstallationPaths.cmake b/pki/cmake/Modules/DefineInstallationPaths.cmake
index b702f67f2..efaa79d62 100644
--- a/pki/cmake/Modules/DefineInstallationPaths.cmake
+++ b/pki/cmake/Modules/DefineInstallationPaths.cmake
@@ -64,6 +64,11 @@ if (UNIX)
CACHE PATH "The install dir for sound files (default data/sounds)"
)
+ SET(JAVA_LIB_INSTALL_DIR
+ "${CMAKE_INSTALL_PREFIX}/lib/java"
+ CACHE PATH "The subdirectory relative to the install prefix where java JNI files will be installed (default is prefix/lib/java)"
+ )
+
SET(JAVA_JAR_INSTALL_DIR
"${SHARE_INSTALL_PREFIX}/java"
CACHE PATH "The subdirectory relative to the install prefix where java jar files will be installed (default is prefix/share/java)"