From d7423a45e1c98d313d742b99276e31d898397a73 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 29 Apr 2013 15:27:45 +0000 Subject: 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 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477150 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/perl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/bindings/qpid/perl/CMakeLists.txt b/cpp/bindings/qpid/perl/CMakeLists.txt index a1380fa4d0..e1b44b5b96 100644 --- a/cpp/bindings/qpid/perl/CMakeLists.txt +++ b/cpp/bindings/qpid/perl/CMakeLists.txt @@ -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 -- cgit v1.2.1