From b5f4359c4bca3203ef7571d12ff8f37400882c60 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 17 Nov 2009 06:42:36 +0000 Subject: Bring cluster module cmake build back up to date nad make it link as well git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881171 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/cluster.cmake | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/cluster.cmake b/cpp/src/cluster.cmake index 1f4815fc9d..0f171b5535 100644 --- a/cpp/src/cluster.cmake +++ b/cpp/src/cluster.cmake @@ -97,6 +97,10 @@ if (BUILD_CLUSTER) 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 @@ if (BUILD_CLUSTER) 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 (BUILD_CLUSTER) 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 -- cgit v1.2.1