From 616fa9dda702cf77377968ed8def96d9a2ed7097 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 25 Nov 2009 14:39:40 +0000 Subject: Fixed cluster build for recent cluster changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884114 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/cluster.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp') diff --git a/cpp/src/cluster.cmake b/cpp/src/cluster.cmake index c009e25ce1..3bdc98e8c5 100644 --- a/cpp/src/cluster.cmake +++ b/cpp/src/cluster.cmake @@ -128,6 +128,8 @@ if (BUILD_CLUSTER) qpid/cluster/MemberSet.h qpid/cluster/MemberSet.cpp qpid/cluster/types.h + qpid/cluster/StoreStatus.h + qpid/cluster/StoreStatus.cpp ) add_library (cluster MODULE ${cluster_SOURCES}) -- cgit v1.2.1