diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-11-17 06:42:36 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-17 06:42:36 +0000 |
commit | b5f4359c4bca3203ef7571d12ff8f37400882c60 (patch) | |
tree | e1880c03872242d38cebdb3bdc6a52221380da91 /cpp/src | |
parent | 19bf12cc3fe36396674a6b96f1546323e879153e (diff) | |
download | qpid-python-b5f4359c4bca3203ef7571d12ff8f37400882c60.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/qpid@881171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/cluster.cmake | 8 |
1 files changed, 7 insertions, 1 deletions
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 |