Author: aconway
Date: Thu Feb  7 12:02:14 2008
New Revision: 619611

URL: http://svn.apache.org/viewvc?rev=619611&view=rev
Log:
Disable QPID_DATA_DIR for verify tests.

Modified:
    incubator/qpid/trunk/qpid/cpp/examples/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/examples/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/Makefile.am?rev=619611&r1=619610&r2=619611&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/Makefile.am Thu Feb  7 12:02:14 2008
@@ -43,7 +43,7 @@
 
 # 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)


Reply via email to