summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-08-20 14:24:59 +0000
committerTed Ross <tross@apache.org>2010-08-20 14:24:59 +0000
commit3c79efb490f045dad56967808091ff2b137bfcf5 (patch)
tree0a5b474562ca48c54d3a3de0f74a091b2d325218 /qpid/cpp/src
parent28d4158cd9dce5cbc85b0a53f0b9877071039da3 (diff)
downloadqpid-python-3c79efb490f045dad56967808091ff2b137bfcf5.tar.gz
QPID-2785 - QpidTypes.pdb is not installed
Patch from Chuck Rolke git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@987520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index c72a8964ff..8b918533ae 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -802,6 +802,7 @@ set_target_properties (qpidtypes PROPERTIES VERSION ${qpidc_version})
install(TARGETS qpidtypes
DESTINATION ${QPID_INSTALL_LIBDIR}
COMPONENT ${QPID_COMPONENT_COMMON})
+install_pdb (qpidtypes ${QPID_COMPONENT_COMMON})
set (qpidclient_SOURCES
${rgen_client_srcs}