summaryrefslogtreecommitdiff
path: root/qpid/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
commit523a4d7433ff081b89bd6d653abca71e925461e0 (patch)
tree869c8908637021cb77a92dce6b2f89f65ef2ab61 /qpid/cpp/examples/Makefile.am
parentd699cd224f745ca4d4c77e972117c5dc46e0d54f (diff)
downloadqpid-python-523a4d7433ff081b89bd6d653abca71e925461e0.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@671491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
-rw-r--r--qpid/cpp/examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index 8de2137178..5415cae1a9 100644
--- a/qpid/cpp/examples/Makefile.am
+++ b/qpid/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'