You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2008/05/14 21:23:12 UTC

svn commit: r656373 - /incubator/qpid/trunk/qpid/cpp/examples/Makefile.am

Author: aconway
Date: Wed May 14 12:23:12 2008
New Revision: 656373

URL: http://svn.apache.org/viewvc?rev=656373&view=rev
Log:
Exclude XML example if XML not enabled.

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=656373&r1=656372&r2=656373&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/Makefile.am Wed May 14 12:23:12 2008
@@ -70,4 +70,4 @@
 
 # Verify the examples in the buid tree.
 check-local: all-local verify
-	$(srcdir)/verify_all $(abs_top_srcdir)/..
+	$(srcdir)/verify_all $(abs_top_srcdir)/.. $(exclude_examples_regexp)