You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2010/08/20 16:24:59 UTC

svn commit: r987520 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

Author: tross
Date: Fri Aug 20 14:24:59 2010
New Revision: 987520

URL: http://svn.apache.org/viewvc?rev=987520&view=rev
Log:
QPID-2785 - QpidTypes.pdb is not installed
Patch from Chuck Rolke

Modified:
    qpid/trunk/qpid/cpp/src/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=987520&r1=987519&r2=987520&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Fri Aug 20 14:24:59 2010
@@ -802,6 +802,7 @@ set_target_properties (qpidtypes PROPERT
 install(TARGETS qpidtypes
   DESTINATION ${QPID_INSTALL_LIBDIR}
   COMPONENT ${QPID_COMPONENT_COMMON})
+install_pdb (qpidtypes ${QPID_COMPONENT_COMMON})
 
 set (qpidclient_SOURCES
      ${rgen_client_srcs}



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org