From 3e01d2866338273d28d26dd6caf2cf94aa0f9e3c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 12 Feb 2008 21:39:55 +0000 Subject: Create a tar file of verify scripts suitable for untarring into and installed examples directory. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627128 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpp/examples/Makefile.am') diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 3c896e2f68..6e696c1ab2 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -61,9 +61,8 @@ all-local: cd examples && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) -I../../$(top_srcdir)/src -I../../$(top_srcdir)/src/gen -I../../$(top_builddir)/src/gen -L../../$(top_builddir)/src/.libs -Wl,-rpath,$(abs_top_builddir)/src/.libs" all # Verify the examples in the buid tree. -VERIFY=QPID_DATA_DIR= QPIDD=$(abs_top_builddir)/src/qpidd $(srcdir)/verify_all -check-local: all-local $(VERIFY_FILES) - PYTHON_EXAMPLES=$(abs_top_srcdir)/../python/examples $(srcdir)/verify_all $(srcdir)/verify $(top_builddir)/src/qpidd examples +check-local: all-local + $(srcdir)/verify_all $(abs_top_srcdir) $(abs_top_builddir) # TODO: # create a tarball for testing installed examples. -- cgit v1.2.1