diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-07 20:02:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-07 20:02:14 +0000 |
| commit | ab6e58fd6df26417a5dfcb74cec3c041943de182 (patch) | |
| tree | dd75c62223abe43a01bd38d286a65b8992395d7c /cpp | |
| parent | dce2ccc3bacb54ed50822f214f9cd2ea95c1038d (diff) | |
| download | qpid-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')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 |
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) |
