summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-06-25 09:59:11 +0000
committerGordon Sim <gsim@apache.org>2008-06-25 09:59:11 +0000
commita5298b8d8cb03dc21ea41b0019e5484e76574d3e (patch)
treefd53dba0d3a82ce3fdd568a7ec6e3bed6d3ad0b0 /cpp/examples/Makefile.am
parent3dca4bc8a413df51da579ee7c2f8273eeac2888a (diff)
downloadqpid-python-a5298b8d8cb03dc21ea41b0019e5484e76574d3e.tar.gz
* 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
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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'