You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2012/11/30 16:24:04 UTC

svn commit: r1415688 - /qpid/proton/trunk/proton-c/bindings/perl/CMakeLists.txt

Author: mcpierce
Date: Fri Nov 30 15:24:03 2012
New Revision: 1415688

URL: http://svn.apache.org/viewvc?rev=1415688&view=rev
Log:
NO-JIRA: Fixed the Perl library name when installing.

Modified:
    qpid/proton/trunk/proton-c/bindings/perl/CMakeLists.txt

Modified: qpid/proton/trunk/proton-c/bindings/perl/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/CMakeLists.txt?rev=1415688&r1=1415687&r2=1415688&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/CMakeLists.txt Fri Nov 30 15:24:03 2012
@@ -27,7 +27,7 @@ set (CMAKE_C_FLAGS ${PERLCFLAGS})
 swig_add_module(cproton_perl perl perl.i)
 swig_link_libraries(cproton_perl ${BINDING_DEPS} ${PERL_LIBRARY})
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cproton_perl.so
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libcproton_perl.so
               ${CMAKE_CURRENT_BINARY_DIR}/cproton_perl.pm
         DESTINATION ${PERL_ARCHLIB}
         COMPONENT Perl)



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