From f627ac7ef1c409275b73f5f330da260fe90ad64b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 13 Mar 2007 23:10:31 +0000 Subject: Merged revisions 499845 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499845 | aconway | 2007-01-25 11:45:48 -0500 (Thu, 25 Jan 2007) | 5 lines * 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/branches/qpid.0-9@517931 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 635e7b9371..59bb1b82e9 100644 --- a/cpp/tests/Makefile.am +++ b/cpp/tests/Makefile.am @@ -90,6 +90,9 @@ EXTRA_DIST = \ topictest \ APRBaseTest.cpp +CLEANFILES=qpidd.log +DISTCLEANFILES=gen.mk + include gen.mk abs_builddir = @abs_builddir@ -- cgit v1.2.1