diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-11-17 06:42:13 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-17 06:42:13 +0000 |
| commit | 19bf12cc3fe36396674a6b96f1546323e879153e (patch) | |
| tree | fa8f0cab1605c91be1a5e4382ce14f8544c61a96 /cpp/src/CMakeLists.txt | |
| parent | 00588ef1ccfc963ceae751b46659ad111c879c05 (diff) | |
| download | qpid-python-19bf12cc3fe36396674a6b96f1546323e879153e.tar.gz | |
Make cluster/ssl/rdma/xml modules install correctly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/CMakeLists.txt')
| -rw-r--r-- | cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index be8bd51d2c..e0d47b893b 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -317,7 +317,7 @@ if (BUILD_XML) PREFIX "" LINK_FLAGS -Wl,--no-undefined) endif (CMAKE_COMPILER_IS_GNUCXX) - install (TARGETS xml RUNTIME + install (TARGETS xml DESTINATION ${QPIDD_MODULE_DIR} COMPONENT ${QPID_COMPONENT_BROKER}) |
