diff options
| author | Alan Conway <aconway@apache.org> | 2013-04-29 15:27:45 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-04-29 15:27:45 +0000 |
| commit | d7423a45e1c98d313d742b99276e31d898397a73 (patch) | |
| tree | 7949e0924baeb17973f8b5abdd2640dd89457a6e /cpp | |
| parent | b78e93ba624bbb39612329002be3acb1faa178f2 (diff) | |
| download | qpid-python-d7423a45e1c98d313d742b99276e31d898397a73.tar.gz | |
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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qpid/perl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
