diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-12 21:39:55 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-12 21:39:55 +0000 |
| commit | da307a07138c7e8eeec6fb1a79efa6dd50f78862 (patch) | |
| tree | 2c7c5ebe9e862bacc9099b254de25e1fe9981cbd /qpid/cpp/examples/Makefile.am | |
| parent | dcf5de9575a3f2aa32b4e0aeefe0c116082adee5 (diff) | |
| download | qpid-python-da307a07138c7e8eeec6fb1a79efa6dd50f78862.tar.gz | |
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@627128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index 3c896e2f68..6e696c1ab2 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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. |
