[Pkg-owncloud-commits] [owncloud-client] 115/333: Put ocsync to a private library - WIP
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit aa4e90acfc9ff2bc561d95aaee91d2c677b7c069
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Mar 11 10:18:00 2014 +0100
Put ocsync to a private library - WIP
---
cmake/modules/DefineInstallationPaths.cmake | 4 ++++
csync/src/CMakeLists.txt | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/cmake/modules/DefineInstallationPaths.cmake b/cmake/modules/DefineInstallationPaths.cmake
index c9bcd12..28389d7 100644
--- a/cmake/modules/DefineInstallationPaths.cmake
+++ b/cmake/modules/DefineInstallationPaths.cmake
@@ -33,6 +33,10 @@ if (UNIX)
"${EXEC_INSTALL_PREFIX}/libexec"
CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is prefix/libexec)"
)
+ SET(LIB_PRIVATE_INSTALL_DIR
+ "${LIB_INSTALL_DIR}/${APPLICATION_SHORT_NAME}"
+ CACHE PATH "The subdirectory relative to the install prefix where private libs are installed"
+ )
SET(PLUGIN_INSTALL_DIR
"${LIB_INSTALL_DIR}/${APPLICATION_SHORT_NAME}"
CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is prefix/lib/${APPLICATION_SHORT_NAME})"
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index db69899..6d47425 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -116,9 +116,9 @@ INSTALL(
TARGETS
${CSYNC_LIBRARY}
LIBRARY DESTINATION
- ${LIB_INSTALL_DIR}
+ ${PLUGIN_INSTALL_DIR}
ARCHIVE DESTINATION
- ${LIB_INSTALL_DIR}
+ ${PLUGIN_INSTALL_DIR}
RUNTIME DESTINATION
${BIN_INSTALL_DIR}
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list