summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-03-25 00:21:18 +0000
committerStephen D. Huston <shuston@apache.org>2010-03-25 00:21:18 +0000
commitf0cc43fbf670bb9857e7531d46440eb64e3541fd (patch)
tree84464fde2f0040fbb42118f66289d48730ee191e /cpp
parent35b08ef7faa6db7d4dbe0bfbc7daf0ffa5b3bd95 (diff)
downloadqpid-python-f0cc43fbf670bb9857e7531d46440eb64e3541fd.tar.gz
Add missing qpidxarm.dll and plug-ins to installer; resolves QPID-2467.
Fix multi-platform installer build, legal files placement, install notes doc, and other miscellaneous nits in the installer. (Merged in from 0.6-release-windows-installer branch r927233) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 485ead127a..dbed67efea 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -50,9 +50,8 @@ set (QPIDC_CONF_FILE ${QPID_INSTALL_CONFDIR}/qpidc.conf CACHE STRING
set (QPIDD_CONF_FILE ${QPID_INSTALL_CONFDIR}/qpidd.conf CACHE STRING
"Name of the Qpid broker configuration file")
-install(FILES LICENSE NOTICE README SSL RELEASE_NOTES DESIGN
- xml/cluster.xml INSTALL-WINDOWS
- DESTINATION ${QPID_INSTALL_DATADIR})
+install(FILES LICENSE NOTICE DESTINATION ${CMAKE_INSTALL_PREFIX})
+install(FILES xml/cluster.xml DESTINATION ${QPID_INSTALL_DATADIR})
if (WIN32)
set (CMAKE_DEBUG_POSTFIX "d")