summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings/qmf2/python
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-06-17 22:44:15 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-06-17 22:44:15 +0000
commitf9c83b18c822fbebe8417818b1025503c2238b86 (patch)
treeaac72c19317565dfab231b536f9b50887459737f /qpid/cpp/bindings/qmf2/python
parented32be4a4fb2deba5ce31f604cac67abc7fa1977 (diff)
downloadqpid-python-f9c83b18c822fbebe8417818b1025503c2238b86.tar.gz
NO-JIRA: Make bindings install on windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1603302 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/python')
-rw-r--r--qpid/cpp/bindings/qmf2/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/python/CMakeLists.txt b/qpid/cpp/bindings/qmf2/python/CMakeLists.txt
index 941ebdb397..3acd5830fd 100644
--- a/qpid/cpp/bindings/qmf2/python/CMakeLists.txt
+++ b/qpid/cpp/bindings/qmf2/python/CMakeLists.txt
@@ -67,7 +67,7 @@ install(FILES
COMPONENT ${QPID_COMPONENT_CLIENT}
)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/_cqmf2.so
+install(TARGETS ${SWIG_MODULE_cqmf2_REAL_NAME}
DESTINATION ${PYTHON_SITEARCH_PACKAGES}
COMPONENT ${QPID_COMPONENT_CLIENT}
)