diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-05-24 18:19:54 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-05-24 18:19:54 +0000 |
| commit | e1be68d273e4e6b7a7915cc91219ce583c1e88d7 (patch) | |
| tree | 8c4be708ab0e85964c00958f67e520c8eb3512ab /qpid/cpp | |
| parent | 02e58b534bb5a768403c2200c990c1ebf9681cd9 (diff) | |
| download | qpid-python-e1be68d273e4e6b7a7915cc91219ce583c1e88d7.tar.gz | |
QPID-4889: Only installs the Swig descriptors in /usr/include
Previously the files were being installed under both /usr/include
and also /usr/share/doc/qpid. Files are now installed only once.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index 70df7ce1a2..9112729fc8 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -68,11 +68,6 @@ set (QPIDD_CONF_FILE ${QPIDD_CONF_PATH} CACHE STRING "Name of the Qpid broker configuration file") install(FILES LICENSE NOTICE DESTINATION ${QPID_INSTALL_DOCDIR}) -install(FILES include/qpid/qpid.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 DESTINATION ${QPID_INSTALL_INCLUDEDIR}/qmf) |
