From ab6e58fd6df26417a5dfcb74cec3c041943de182 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 7 Feb 2008 20:02:14 +0000 Subject: 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 --- cpp/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples') 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) -- cgit v1.2.1