summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-23 13:53:15 +0000
committerAlan Conway <aconway@apache.org>2008-06-23 13:53:15 +0000
commit71215099a30812c8a3b8f39e206babe31b7e79ab (patch)
tree9ce86f70b8f76683df27a54b400284ae38b30ccd /qpid/cpp/examples/Makefile.am
parent7c28f2de84d72c843f9aa113aa0e1e8ce3aef4d5 (diff)
downloadqpid-python-71215099a30812c8a3b8f39e206babe31b7e79ab.tar.gz
Fix path problems in examples make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
-rw-r--r--qpid/cpp/examples/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index 6c3cc4c745..8de2137178 100644
--- a/qpid/cpp/examples/Makefile.am
+++ b/qpid/cpp/examples/Makefile.am
@@ -17,7 +17,10 @@ examples_DATA = README $(MAKEDIST)
EXTRA_DIST = $(examples_DATA) README.verify verify verify_all
+# For older versions of automake
+abs_top_srcdir = @abs_top_srcdir@
+
# Verify the examples in the buid tree.
check-local:
- $(srcdir)/verify_all $(abs_top_srcdir)/.. $(abs_top_builddir)/src/qpidd $(exclude_examples_regexp)
+ $(srcdir)/verify_all $(abs_top_srcdir)/.. $(top_builddir)/src/qpidd $(exclude_examples_regexp)