diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-11 22:32:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-11 22:32:30 +0000 |
| commit | ad4a4b90ba3d82a8188d81dc54578e65d3e050f9 (patch) | |
| tree | eadc96b4340565b041b2889253c072b8d76f87ea /qpid/cpp/src/tests/Makefile.am | |
| parent | 8a7199f7540e68ee8d132bad08397739fffc3a5b (diff) | |
| download | qpid-python-ad4a4b90ba3d82a8188d81dc54578e65d3e050f9.tar.gz | |
* cpp/configure.ac: Disable static libraries by default. Half the build time!
* cpp/src/Makefile.am (maintainer-clean): added missing maintainer-clean
* cpp/src/tests/Makefile.am (check): remove un-necessary dependencies that
were causing trouble with parallel builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 6fc3b97324..3e96581573 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -111,13 +111,12 @@ gen.mk: Makefile.am > $@-t mv $@-t $@ -check: .valgrindrc $(check_LTLIBRARIES) \ - $(lib_common) $(lib_client) $(lib_broker) ../qpidd +check: .valgrindrc ../qpidd check-unit: $(MAKE) check TESTS=run-unit-tests -# Create a copy so user can modify without risk of checking in their mods. +# Create a copy so that can be modified without risk of committing the changes. .valgrindrc: .valgrindrc-default cp $(srcdir)/.valgrindrc-default .valgrindrc |
