From 24e9d70d7bcefae3a68d3cc4b19e684440776a05 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 20 Dec 2012 00:35:13 +0000 Subject: 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 --- cpp/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp') 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}) -- cgit v1.2.1