summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-05-01 16:10:42 +0000
committerAlan Conway <aconway@apache.org>2007-05-01 16:10:42 +0000
commitc53511771a1ad0de123a249105f3d4f633518249 (patch)
tree30da67bb55ad3bd77b9f8eb11e93aaf15518d2e2 /qpid/cpp/src
parent76e9bcf526adac69a4de52ea6e721424af2ee9e4 (diff)
downloadqpid-python-c53511771a1ad0de123a249105f3d4f633518249.tar.gz
Makefile fixes to get make distcheck passing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@534143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/tests/Makefile.am16
1 files changed, 6 insertions, 10 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 805f8d8e32..f9f241706f 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/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