From a5298b8d8cb03dc21ea41b0019e5484e76574d3e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 25 Jun 2008 09:59:11 +0000 Subject: * remove generated Makefile from svn * add back check for exclsuions where xml exchange support is not available git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@671491 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/examples/Makefile.am') diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 8de2137178..5415cae1a9 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -2,6 +2,9 @@ SUBDIRS = direct fanout pub-sub request-response if HAVE_XML SUBDIRS += xml-exchange endif +if !HAVE_XML + exclude_examples_regexp="xml" # Exclude XML examples. +endif MAKEDIST=.libs/Makefile SUBMAKE=' for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' -- cgit v1.2.1