diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-25 09:59:11 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-25 09:59:11 +0000 |
| commit | a5298b8d8cb03dc21ea41b0019e5484e76574d3e (patch) | |
| tree | fd53dba0d3a82ce3fdd568a7ec6e3bed6d3ad0b0 /cpp/examples/Makefile.am | |
| parent | 3dca4bc8a413df51da579ee7c2f8273eeac2888a (diff) | |
| download | qpid-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.am | 3 |
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' |
