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 | 2d413a6c742cd84740ce7f96219af401a25a9d91 (patch) | |
| tree | 5adcaccccd9e791768d659f189740d2b1864f41c /qpid/cpp/tests | |
| parent | a1a920a608fca9ba42020b699dceef9da002eef2 (diff) | |
| download | qpid-python-2d413a6c742cd84740ce7f96219af401a25a9d91.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@499845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/tests')
| -rw-r--r-- | qpid/cpp/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/tests/Makefile.am b/qpid/cpp/tests/Makefile.am index 7a5f396932..7764d79721 100644 --- a/qpid/cpp/tests/Makefile.am +++ b/qpid/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@ |
