diff options
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index f02e5e1644..443db3fb15 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -26,7 +26,9 @@ cluster_la_SOURCES = \ qpid/cluster/Event.h \ qpid/cluster/Event.cpp \ qpid/cluster/DumpClient.h \ - qpid/cluster/DumpClient.cpp + qpid/cluster/DumpClient.cpp \ + qpid/cluster/ClusterMap.h \ + qpid/cluster/ClusterMap.cpp cluster_la_LIBADD= -lcpg libqpidbroker.la libqpidclient.la |
