[Pkg-owncloud-commits] [owncloud-client] 265/333: Libocsync is a library, not a plugin
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:02 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 4e0b6179f95934eb79aaa5ec2736fd1f886330ab
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Fri Mar 28 14:43:28 2014 +0100
Libocsync is a library, not a plugin
This is needed to deploy the library correct in OS X.
---
csync/src/CMakeLists.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index 1e874d2..6a6cfdd 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -102,7 +102,6 @@ add_library(${CSYNC_LIBRARY}_static STATIC ${csync_SRCS})
target_link_libraries(${CSYNC_LIBRARY} ${CSYNC_LINK_LIBRARIES})
target_link_libraries(${CSYNC_LIBRARY}_static ${CSYNC_LINK_LIBRARIES})
-
set_target_properties(
${CSYNC_LIBRARY}
PROPERTIES
@@ -116,9 +115,9 @@ INSTALL(
TARGETS
${CSYNC_LIBRARY}
LIBRARY DESTINATION
- ${PLUGIN_INSTALL_DIR}
+ ${LIB_INSTALL_DIR}
ARCHIVE DESTINATION
- ${PLUGIN_INSTALL_DIR}
+ ${LIB_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