diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 1 | ||||
-rw-r--r-- | cpp/src/tests/cluster.mk | 18 |
2 files changed, 11 insertions, 8 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index e87cd3b4e0..1448a8a52f 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -288,6 +288,7 @@ EXTRA_DIST +=\ ssl.cmake \ managementgen.cmake \ rubygen.cmake \ + versions.cmake \ $(rgen_amqp_0_10_srcs) \ qpid/amqp_0_10/apply.h \ qpid/amqp_0_10/built_in_types.h \ diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 7d17dd7bde..c4216cbd3d 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -83,14 +83,16 @@ LONG_TESTS += \ qpidtest_PROGRAMS += cluster_test cluster_test_SOURCES = \ - cluster_test.cpp \ - unit_test.cpp \ - ClusterFixture.cpp \ - ClusterFixture.h \ - ForkedBroker.h \ - ForkedBroker.cpp \ - PartialFailure.cpp \ - ClusterFailover.cpp + cluster_test.cpp \ + unit_test.cpp \ + ClusterFixture.cpp \ + ClusterFixture.h \ + ForkedBroker.h \ + ForkedBroker.cpp \ + PartialFailure.cpp \ + ClusterFailover.cpp \ + InitialStatusMap.cpp \ + StoreStatus.cpp cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_framework |