Repository: qpid-proton
Updated Branches:
  refs/heads/master a73b8f4d0 -> 94e924281


NO-JIRA: Fix install of Perl bindings


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

Branch: refs/heads/master
Commit: 94e92428109bc72eb49c4b68bf2a2f6402e16883
Parents: a73b8f4
Author: Darryl L. Pierce <mcpie...@gmail.com>
Authored: Mon Mar 16 09:15:22 2015 -0400
Committer: Darryl L. Pierce <mcpie...@gmail.com>
Committed: Tue Mar 17 09:18:24 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/perl/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/94e92428/proton-c/bindings/perl/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/perl/CMakeLists.txt 
b/proton-c/bindings/perl/CMakeLists.txt
index 9891c09..55cf032 100644
--- a/proton-c/bindings/perl/CMakeLists.txt
+++ b/proton-c/bindings/perl/CMakeLists.txt
@@ -56,13 +56,13 @@ swig_link_libraries(cproton_perl ${BINDING_DEPS} 
${PERL_LIBRARY})
 
 if ((${CMAKE_MAJOR_VERSION} EQUAL 2) AND (${CMAKE_MINOR_VERSION} LESS 8))
   install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cproton_perl.so
-        DESTINATION ${PERL_VENDORARCH_DIR}
+        DESTINATION ${PERL_VENDORARCH_DIR}/auto/cproton_perl
         COMPONENT Perl
         )
 else()
   install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libcproton_perl.so
         RENAME cproton_perl.so
-        DESTINATION ${PERL_VENDORARCH_DIR}
+        DESTINATION ${PERL_VENDORARCH_DIR}/auto/cproton_perl
         COMPONENT Perl
         )
 endif ((${CMAKE_MAJOR_VERSION} EQUAL 2) AND (${CMAKE_MINOR_VERSION} LESS 8))


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

Reply via email to