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 | a72f70e1fcfac832822ae139b98fdd4024ffb45d (patch) | |
tree | aa64741ae7e6961a538ee2fc29497b628832bc6d | |
parent | 737dd957cf132c8683508d0ac84cab20e9f27503 (diff) | |
download | qpid-python-a72f70e1fcfac832822ae139b98fdd4024ffb45d.tar.gz |
Disable QPID_DATA_DIR for verify tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@619611 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index aa68c151ab..933a6de26a 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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) |