diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-12-20 00:35:13 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-12-20 00:35:13 +0000 |
| commit | 24e9d70d7bcefae3a68d3cc4b19e684440776a05 (patch) | |
| tree | ed5d4c56756e3f499bab8d9ef438b0bf546adc54 /cpp | |
| parent | 96fca4a4727c7375d178c93ddc8c2228239df0c0 (diff) | |
| download | qpid-python-24e9d70d7bcefae3a68d3cc4b19e684440776a05.tar.gz | |
QPID-4514: Remove obsolete cluster code: Remove cluster.xml from CMakeLists.txt
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 6f506a5b0e..350b430fdb 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -68,8 +68,7 @@ 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 xml/cluster.xml - bindings/swig_perl_typemaps.i +install(FILES bindings/swig_perl_typemaps.i bindings/swig_python_typemaps.i bindings/swig_ruby_typemaps.i DESTINATION ${QPID_INSTALL_DATADIR}) |
