Author: aconway
Date: Mon Apr 29 15:27:45 2013
New Revision: 1477150

URL: http://svn.apache.org/r1477150
Log:
NO-JIRA: Fix install error in perl binding CMakeLists.txt

CMakeLists.txt was trying to install libcqpid_perl.so but module name is 
cqpid_perl.so

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/perl/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/bindings/qpid/perl/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/perl/CMakeLists.txt?rev=1477150&r1=1477149&r2=1477150&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/perl/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/perl/CMakeLists.txt Mon Apr 29 15:27:45 
2013
@@ -35,7 +35,7 @@ include_directories(${PERL_INCLUDE_PATH}
 ##----------------------------------
 ## Install the complete Perl binding
 ##----------------------------------
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libcqpid_perl.so
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cqpid_perl.so
               ${CMAKE_CURRENT_BINARY_DIR}/cqpid_perl.pm
               ${CMAKE_CURRENT_SOURCE_DIR}/qpid.pm
               ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE



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

Reply via email to