From 62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 25 Jan 2007 16:45:48 +0000 Subject: * qpidc.spec.in: updated to release 3 for RPM. * gen/make-gen-src-mk.sh: fixed problem with makefile generation in a new checkout. * Other Makefile.am: added missing files to maintainer-clean. * Added missing svn-ignores. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499845 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/tests') diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am index 7a5f396932..7764d79721 100644 --- a/cpp/tests/Makefile.am +++ b/cpp/tests/Makefile.am @@ -75,6 +75,9 @@ TESTS_ENVIRONMENT = \ TESTS = run-unit-tests run-python-tests EXTRA_DIST += $(TESTS) +CLEANFILES=qpidd.log +DISTCLEANFILES=gen.mk + include gen.mk abs_builddir = @abs_builddir@ -- cgit v1.2.1