summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-12-20 00:35:13 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-12-20 00:35:13 +0000
commit24e9d70d7bcefae3a68d3cc4b19e684440776a05 (patch)
treeed5d4c56756e3f499bab8d9ef438b0bf546adc54 /cpp
parent96fca4a4727c7375d178c93ddc8c2228239df0c0 (diff)
downloadqpid-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.txt3
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})