You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2009/11/17 07:42:36 UTC

svn commit: r881171 - /qpid/trunk/qpid/cpp/src/cluster.cmake

Author: astitcher
Date: Tue Nov 17 06:42:36 2009
New Revision: 881171

URL: http://svn.apache.org/viewvc?rev=881171&view=rev
Log:
Bring cluster module cmake build back up to date nad make it link as well

Modified:
    qpid/trunk/qpid/cpp/src/cluster.cmake

Modified: qpid/trunk/qpid/cpp/src/cluster.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/cluster.cmake?rev=881171&r1=881170&r2=881171&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/cluster.cmake (original)
+++ qpid/trunk/qpid/cpp/src/cluster.cmake Tue Nov 17 06:42:36 2009
@@ -97,6 +97,10 @@
        qpid/cluster/Dispatchable.h
        qpid/cluster/UpdateClient.cpp
        qpid/cluster/UpdateClient.h
+       qpid/cluster/RetractClient.cpp
+       qpid/cluster/RetractClient.h
+       qpid/cluster/ErrorCheck.cpp
+       qpid/cluster/ErrorCheck.h
        qpid/cluster/Event.cpp
        qpid/cluster/Event.h
        qpid/cluster/EventFrame.h
@@ -106,11 +110,13 @@
        qpid/cluster/FailoverExchange.cpp
        qpid/cluster/FailoverExchange.h
        qpid/cluster/UpdateExchange.h
+       qpid/cluster/UpdateReceiver.h
        qpid/cluster/LockedConnectionMap.h
        qpid/cluster/Multicaster.cpp
        qpid/cluster/Multicaster.h
        qpid/cluster/McastFrameHandler.h
        qpid/cluster/NoOpConnectionOutputHandler.h
+       qpid/cluster/Numbering.h
        qpid/cluster/OutputInterceptor.cpp
        qpid/cluster/OutputInterceptor.h
        qpid/cluster/PollerDispatch.cpp
@@ -128,7 +134,7 @@
 
   if (CMAKE_COMPILER_IS_GNUCXX)
     set_target_properties(cluster PROPERTIES
-                          LINK_FLAGS -Wl,--no-undefined)
+                          LINK_FLAGS "-Wl,--no-undefined -pthread")
   endif (CMAKE_COMPILER_IS_GNUCXX)
 
   install (TARGETS cluster



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