summaryrefslogtreecommitdiff
path: root/qpid/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
commit0118e13f2f2a18d65b93a38051336e18c53f3220 (patch)
treec110fc96fdb9886d9ec601a6173c26299e1d0935 /qpid/cpp
parent6428b2d1b813fefe2c893f90f1de56ccfcbd3054 (diff)
downloadqpid-python-0118e13f2f2a18d65b93a38051336e18c53f3220.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@1424246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index 6f506a5b0e..350b430fdb 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/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})