From 2d6b93f90a82155fcae42c8bb941591764a79090 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Sep 2010 20:06:22 +0000 Subject: Add missing files to EXTRA_DIST. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003230 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 787c673ad5..3a6366da64 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -82,7 +82,11 @@ cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_f qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail # Useful scripts for doing cluster testing. -qpidtest_SCRIPTS += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall -EXTRA_DIST += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall +CLUSTER_TEST_SCRIPTS_LIST= \ + allhosts rsynchosts \ + qpid-build-rinstall qpid-src-rinstall \ + qpid-test-cluster +qpidtest_SCRIPTS += $(CLUSTER_TEST_SCRIPTS_LIST) +EXTRA_DIST += $(CLUSTER_TEST_SCRIPTS_LIST) endif -- cgit v1.2.1