diff options
| author | Ted Ross <tross@apache.org> | 2009-11-25 19:21:20 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-11-25 19:21:20 +0000 |
| commit | c61e76daedbf2d0dc709d5e49003a930d161a500 (patch) | |
| tree | ddbc97c56054a3ca0ac51bf7c88cb81e8bc18ece /cpp/examples/Makefile.am | |
| parent | 3c1e695fe75391f8ed86c6ddbabed83220ecbd61 (diff) | |
| download | qpid-python-c61e76daedbf2d0dc709d5e49003a930d161a500.tar.gz | |
QPID-2219 - Example tests hang when run in a vpath build
Verify scripts updated to operate in vpath builds.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 8fb66c89b6..c6cc308d98 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -41,8 +41,9 @@ EXTRA_DIST = README.verify verify verify_all examples.sln CMakeLists.txt # For older versions of automake abs_top_srcdir = @abs_top_srcdir@ +abs_top_builddir = @abs_top_builddir@ # Verify the examples in the buid tree. check-local: - $(srcdir)/verify_all $(abs_top_srcdir)/.. $(top_builddir)/src/qpidd $(broker_args) $(exclude_examples_regexp) + $(srcdir)/verify_all $(abs_top_srcdir)/.. $(abs_top_builddir) $(broker_args) $(exclude_examples_regexp) |
