summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings/qmf/python
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-10-22 06:56:56 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-10-22 06:56:56 +0000
commit3659f80796239dc8a6bb30b4176636fd85f2924a (patch)
treea647d55bae427bd887e4c037a7275382cdd638b1 /qpid/cpp/bindings/qmf/python
parent0c95a63008ee6b575e5defe860232e91675802db (diff)
downloadqpid-python-3659f80796239dc8a6bb30b4176636fd85f2924a.tar.gz
QPID-3633: Make cmake the primary build tool for the cpp tree
Get Swigged bindings to install in the correct place git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/python')
-rw-r--r--qpid/cpp/bindings/qmf/python/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qmf/python/CMakeLists.txt b/qpid/cpp/bindings/qmf/python/CMakeLists.txt
index 9bc6b2e878..50e36f36dd 100644
--- a/qpid/cpp/bindings/qmf/python/CMakeLists.txt
+++ b/qpid/cpp/bindings/qmf/python/CMakeLists.txt
@@ -47,12 +47,12 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qmfengine.py
${CMAKE_CURRENT_SOURCE_DIR}/qmf.py
${CMAKE_CURRENT_BINARY_DIR}/qmf.pyc
${CMAKE_CURRENT_BINARY_DIR}/qmf.pyo
- DESTINATION ${PYTHON_SITE_PACKAGES}
+ DESTINATION ${PYTHON_SITEARCH_PACKAGES}
COMPONENT ${QPID_COMPONENT_CLIENT}
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/_qmfengine_python.so
RENAME _qmfengine.so
- DESTINATION ${PYTHON_SITE_PACKAGES}
+ DESTINATION ${PYTHON_SITEARCH_PACKAGES}
COMPONENT ${QPID_COMPONENT_CLIENT}
)