From b44c493bf9b50131c2f70685578dc0bf0c2f4684 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 May 2008 19:23:12 +0000 Subject: Exclude XML example if XML not enabled. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656373 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 739110de34..ccf7bf66ae 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -70,4 +70,4 @@ endif # 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) -- cgit v1.2.1