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 | e9381bf423c13cf58ec92382283b196e26b7591f (patch) | |
| tree | d3cfc6d4b72dca99087bd22d4301a73b28e69516 /qpid/cpp/bindings | |
| parent | 85c9c633902477b4fa0ef492f4c76e6764900a16 (diff) | |
| download | qpid-python-e9381bf423c13cf58ec92382283b196e26b7591f.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@1477150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
| -rw-r--r-- | qpid/cpp/bindings/qpid/perl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qpid/perl/CMakeLists.txt b/qpid/cpp/bindings/qpid/perl/CMakeLists.txt index a1380fa4d0..e1b44b5b96 100644 --- a/qpid/cpp/bindings/qpid/perl/CMakeLists.txt +++ b/qpid/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 |
