summaryrefslogtreecommitdiff
path: root/cpp/examples
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-07 20:02:14 +0000
committerAlan Conway <aconway@apache.org>2008-02-07 20:02:14 +0000
commitab6e58fd6df26417a5dfcb74cec3c041943de182 (patch)
treedd75c62223abe43a01bd38d286a65b8992395d7c /cpp/examples
parentdce2ccc3bacb54ed50822f214f9cd2ea95c1038d (diff)
downloadqpid-python-ab6e58fd6df26417a5dfcb74cec3c041943de182.tar.gz
Disable QPID_DATA_DIR for verify tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index aa68c151ab..933a6de26a 100644
--- a/cpp/examples/Makefile.am
+++ b/cpp/examples/Makefile.am
@@ -43,7 +43,7 @@ all-local:
# Verify the examples in the buid tree.
check-local: all-local
- cd examples && QPIDD=$(abs_top_builddir)/src/qpidd $(VERIFY)
+ cd examples && QPID_DATA_DIR= QPIDD=$(abs_top_builddir)/src/qpidd $(VERIFY)
# Build and verify the installed examples, then clean up to avoid rpmbuild warnings.
EXAMPLE_FLAGS=-I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) -Wl,-rpath,$(DESTDIR)$(libdir)