summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.cmake
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-07 18:49:12 +0000
committerAlan Conway <aconway@apache.org>2010-01-07 18:49:12 +0000
commit8e3acd814a210aac4b1807d04f361c6695c4669d (patch)
tree29e5175d596f0207807165dbf8bbe1289e5e6573 /qpid/cpp/src/cluster.cmake
parent822955f29ca5183a187b7a37e4ed97545c1345a4 (diff)
downloadqpid-python-8e3acd814a210aac4b1807d04f361c6695c4669d.tar.gz
Add cluster watchdog plugin to cmake build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.cmake')
-rw-r--r--qpid/cpp/src/cluster.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.cmake b/qpid/cpp/src/cluster.cmake
index 6552c39f12..04f74264be 100644
--- a/qpid/cpp/src/cluster.cmake
+++ b/qpid/cpp/src/cluster.cmake
@@ -151,6 +151,11 @@ if (BUILD_CLUSTER)
DESTINATION ${QPIDD_MODULE_DIR}
COMPONENT ${QPID_COMPONENT_BROKER})
+ add_library (watchdog MODULE qpid/cluster/WatchDogPlugin.cpp)
+ set_target_properties (watchdog PROPERTIES PREFIX "")
+
+ add_executable(qpidd_watchdog qpid/cluster/qpidd_watchdog.cpp)
+
endif (BUILD_CLUSTER)
# Distribute all sources.