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

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

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master f1b237605 -> 9229e6f25


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

This reverts commit f93d5ce9cbf8e565c17bb2a1cff97d2214c1bcae.


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

Branch: refs/heads/master
Commit: 9229e6f2577837fc0bb5b22e08458010640a79f1
Parents: f1b2376
Author: Ted Ross <tr...@redhat.com>
Authored: Wed Mar 30 14:20:16 2016 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Wed Mar 30 14:20:16 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/9229e6f2/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index cbfae10..78ca88f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -106,7 +106,7 @@ set_target_properties(qpid-dispatch PROPERTIES
   LINK_FLAGS "${CATCH_UNDEFINED}"
   )
 install(TARGETS qpid-dispatch
-  LIBRARY DESTINATION ${QPID_DISPATCH_HOME})
+  LIBRARY DESTINATION ${LIB_INSTALL_DIR})
 
 # 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