diff options
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r-- | cpp/src/cluster.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 9c76bb2239..f222b1e148 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -40,7 +40,7 @@ cluster_la_SOURCES = \ $(CMAN_SOURCES) \ qpid/cluster/Cluster.cpp \ qpid/cluster/Cluster.h \ - qpid/cluster/ClusterQueueHandler.h \ + qpid/cluster/PollableQueue.h \ qpid/cluster/ClusterMap.cpp \ qpid/cluster/ClusterMap.h \ qpid/cluster/ClusterPlugin.cpp \ @@ -49,8 +49,13 @@ cluster_la_SOURCES = \ qpid/cluster/ConnectionCodec.cpp \ qpid/cluster/ConnectionCodec.h \ qpid/cluster/ConnectionMap.h \ + qpid/cluster/ConnectionMap.cpp \ qpid/cluster/Cpg.cpp \ qpid/cluster/Cpg.h \ + qpid/cluster/Decoder.cpp \ + qpid/cluster/Decoder.h \ + qpid/cluster/ConnectionDecoder.cpp \ + qpid/cluster/ConnectionDecoder.h \ qpid/cluster/Dispatchable.h \ qpid/cluster/UpdateClient.cpp \ qpid/cluster/UpdateClient.h \ @@ -71,6 +76,7 @@ cluster_la_SOURCES = \ qpid/cluster/ThreadDispatch.h \ qpid/cluster/ProxyInputHandler.h \ qpid/cluster/Quorum.h \ + qpid/cluster/Updatee.h \ qpid/cluster/WriteEstimate.cpp \ qpid/cluster/WriteEstimate.h \ qpid/cluster/types.h |