diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 14:39:40 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 14:39:40 +0000 |
commit | 616fa9dda702cf77377968ed8def96d9a2ed7097 (patch) | |
tree | a8fc700441e8ee4873713b25ea50c1b7b32fe95c /cpp | |
parent | a9a4c722857af04c2385d9e797cff115b6dbce9a (diff) | |
download | qpid-python-616fa9dda702cf77377968ed8def96d9a2ed7097.tar.gz |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/cluster.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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}) |