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 | 7eb0f0508c863d6b8c4b8db3001fdfd30f8540c2 (patch) | |
| tree | c4407569668b655854ca7d09e0a4630c38a17772 /cpp | |
| parent | 65c646c499dc093a37c4b89fab4338b11b244e1d (diff) | |
| download | qpid-python-7eb0f0508c863d6b8c4b8db3001fdfd30f8540c2.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/qpid@1486148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 70df7ce1a2..9112729fc8 100644 --- a/cpp/CMakeLists.txt +++ b/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) |
