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 | 098c50aa277d1168d1b7189db1662a9e6d3786aa (patch) | |
| tree | 84983a7297c8da3ed8598b6f9754ab05c5f2cce6 /qpid/cpp | |
| parent | 71af0343d92c4ea1e06cc661c812a8d1af2cd8fb (diff) | |
| download | qpid-python-098c50aa277d1168d1b7189db1662a9e6d3786aa.tar.gz | |
Fixed cluster build for recent cluster changes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/cluster.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.cmake b/qpid/cpp/src/cluster.cmake index c009e25ce1..3bdc98e8c5 100644 --- a/qpid/cpp/src/cluster.cmake +++ b/qpid/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}) |
