From f102270694ba9f09bf66a988246de8afe779c1a9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 1 May 2007 16:10:42 +0000 Subject: Makefile fixes to get make distcheck passing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@534143 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 805f8d8e32..f9f241706f 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -60,24 +60,16 @@ CLIENT_TESTS = client_test quick_topictest TESTS = run-unit-tests start_broker $(CLIENT_TESTS) python_tests kill_broker daemon_test EXTRA_DIST = \ + $(TESTS) \ test_env \ topictest \ - quick_topictest \ - run-unit-tests \ - start_broker \ - python_tests \ - kill_broker \ .valgrind.supp \ .valgrindrc-default \ InProcessBroker.h \ MockChannel.h \ MockConnectionInputHandler.h \ TxMocks.h \ - qpid_test_plugin.h \ - APRBaseTest.cpp - -CLEANFILES=qpidd.log -MAINTAINERCLEANFILES=gen.mk + qpid_test_plugin.h include gen.mk @@ -123,3 +115,7 @@ check-unit: # This is necessary because with two or more identical and simultaneous # ltmain invocations, one may corrupt the temporaries of the other. .NOTPARALLEL: + +CLEANFILES=valgrind.out qpidd.log +DISTCLEANFILES=.valgrindrc +MAINTAINERCLEANFILES=gen.mk -- cgit v1.2.1