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 | 3ea3d77c5247fe1ae4bd4b801dc8f4ae763f8220 (patch) | |
| tree | e4eb26cc4e1bc33721bff6ba16a9b2f7c8faa518 /qpid/cpp/examples/Makefile.am | |
| parent | 8b804ca1645b09885ff2f3eb9a8540c842db92a2 (diff) | |
| download | qpid-python-3ea3d77c5247fe1ae4bd4b801dc8f4ae763f8220.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@884231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index 8fb66c89b6..c6cc308d98 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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) |
