summaryrefslogtreecommitdiff
path: root/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
commit26e408705ff28f1c185bac333a76e38b6b900063 (patch)
treec52c86e38cf7297e8b53dff04ddb0a5b69329641 /cpp/examples/Makefile.am
parent2fdfa6302be99cd1e413fe0ad0b4777a8529c798 (diff)
downloadqpid-python-26e408705ff28f1c185bac333a76e38b6b900063.tar.gz
Fix path problems in examples make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@670571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index 6c3cc4c745..8de2137178 100644
--- a/cpp/examples/Makefile.am
+++ b/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)