diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 14:32:01 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 14:32:01 +0000 |
| commit | 063f1124a86299ac774b11cbcfe455fbe9ec0d55 (patch) | |
| tree | 5e122f976359ed492f84b2b87369633595bcd797 /qpid/cpp/etc | |
| parent | 85b266fe8875fd8750f0f7808f2ad840ad249821 (diff) | |
| download | qpid-python-063f1124a86299ac774b11cbcfe455fbe9ec0d55.tar.gz | |
QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]
- Improved CMake build significantly bringing it closer in parity to
autotools build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
| -rw-r--r-- | qpid/cpp/etc/CMakeLists.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/qpid/cpp/etc/CMakeLists.txt b/qpid/cpp/etc/CMakeLists.txt index 03121b364a..014842c9c7 100644 --- a/qpid/cpp/etc/CMakeLists.txt +++ b/qpid/cpp/etc/CMakeLists.txt @@ -17,4 +17,16 @@ # under the License. # -install(FILES qpidd.conf qpidc.conf DESTINATION ${QPID_INSTALL_CONFDIR}) +install(FILES qpidc.conf + DESTINATION ${QPID_INSTALL_CONFDIR} + COMPONENT ${QPID_COMPONENT_CLIENT}) +install(FILES qpidd.conf + DESTINATION ${QPID_INSTALL_CONFDIR} + COMPONENT ${QPID_COMPONENT_BROKER}) +if (BUILD_SASL) + install(FILES sasl2/qpidd.conf + DESTINATION ${QPID_INSTALL_SASLDIR} + COMPONENT ${QPID_COMPONENT_BROKER} + RENAME ${BROKER_SASL_NAME}.conf) +endif (BUILD_SASL) + |
