summaryrefslogtreecommitdiff
path: root/qpid/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-19 19:19:02 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-19 19:19:02 +0000
commit307c456b6a381602e4cb807fe15597f5aa5aef00 (patch)
treee5b5e69741632ca81ae01a9bfed9ffdc100b4099 /qpid/cpp/CMakeLists.txt
parent9b1a58d85495f217680aac3f79d56e6fb6e5ba0b (diff)
downloadqpid-python-307c456b6a381602e4cb807fe15597f5aa5aef00.tar.gz
QPID-4588: Moved the swig descriptors to the include/qpid directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1447877 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/CMakeLists.txt')
-rw-r--r--qpid/cpp/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index c9b882e478..f9b3be6099 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/cpp/CMakeLists.txt
@@ -69,9 +69,9 @@ set (QPIDD_CONF_FILE ${QPIDD_CONF_PATH} CACHE STRING
install(FILES LICENSE NOTICE DESTINATION ${QPID_INSTALL_DOCDIR})
install(FILES include/qpid/qpid.i
- bindings/swig_perl_typemaps.i
- bindings/swig_python_typemaps.i
- bindings/swig_ruby_typemaps.i
+ include/qpid/swig_perl_typemaps.i
+ include/qpid/swig_python_typemaps.i
+ include/qpid/swig_ruby_typemaps.i
DESTINATION ${QPID_INSTALL_DATADIR}/qpid)
install(FILES include/qmf/qmfengine.i
include/qmf/qmf2.i