Author: gsim
Date: Wed Jun 25 02:59:11 2008
New Revision: 671491
URL: http://svn.apache.org/viewvc?rev=671491&view=rev
Log:
* remove generated Makefile from svn
* add back check for exclsuions where xml exchange support is not available
Removed:
incubator/qpid/trunk/qpid/cpp/examples/Makefile
Modified:
incubator/qpid/trunk/qpid/cpp/examples/Makefile.am
Modified: incubator/qpid/trunk/qpid/cpp/examples/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/Makefile.am?rev=671491&r1=671490&r2=671491&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/Makefile.am Wed Jun 25 02:59:11 2008
@@ -2,6 +2,9 @@
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'