diff options
author | Alan Conway <aconway@apache.org> | 2007-01-25 16:45:48 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-25 16:45:48 +0000 |
commit | 62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4 (patch) | |
tree | df1a48d5c98bbf3bbeb75a998e09df4febb08c57 /cpp/tests | |
parent | f5038f13d14d99e2b96482e3536ce3312703a56b (diff) | |
download | qpid-python-62d0b170d8a7c29ec3a00b3af9cc5b43dccf2db4.tar.gz |
* 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
Diffstat (limited to 'cpp/tests')
-rw-r--r-- | cpp/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |