summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-11-17 06:42:36 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-11-17 06:42:36 +0000
commitd31480ac081222fed68ebc719f2867405e02ad53 (patch)
tree5a90b15dfd3f7379a36423ccf96bb9d16e450e8c /qpid/cpp/src
parent064b8eb7b6b830826b77a2dec157c11ef7d98133 (diff)
downloadqpid-python-d31480ac081222fed68ebc719f2867405e02ad53.tar.gz
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@881171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/cluster.cmake8
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/cpp/src/cluster.cmake b/qpid/cpp/src/cluster.cmake
index 1f4815fc9d..0f171b5535 100644
--- a/qpid/cpp/src/cluster.cmake
+++ b/qpid/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