You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2016/03/30 16:09:27 UTC

qpid-dispatch git commit: DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private nature

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master c6ff8e352 -> f93d5ce9c


DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private nature


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f93d5ce9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/f93d5ce9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/f93d5ce9

Branch: refs/heads/master
Commit: f93d5ce9cbf8e565c17bb2a1cff97d2214c1bcae
Parents: c6ff8e3
Author: Chuck Rolke <cr...@redhat.com>
Authored: Wed Mar 30 10:05:01 2016 -0400
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Wed Mar 30 10:05:01 2016 -0400

----------------------------------------------------------------------
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/f93d5ce9/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e901335..8faf28e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -105,7 +105,7 @@ set_target_properties(qpid-dispatch PROPERTIES
   LINK_FLAGS "${CATCH_UNDEFINED}"
   )
 install(TARGETS qpid-dispatch
-  LIBRARY DESTINATION ${LIB_INSTALL_DIR})
+  LIBRARY DESTINATION ${QPID_DISPATCH_HOME})
 
 # Set in parent scope for calling cmake file.
 set (QPID_DISPATCH_LIB "libqpid-dispatch.so.${SO_VERSION_MAJOR}" PARENT_SCOPE)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org