diff options
| author | Alan Conway <aconway@apache.org> | 2008-05-06 17:52:03 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-05-06 17:52:03 +0000 |
| commit | 8d8a9162f7ba5a99a7c8b8b57aae860ab3028078 (patch) | |
| tree | aa17b9f56448a5280e13441a7b0473dd5faee283 /cpp/examples/Makefile.am | |
| parent | e4a3049c22b36171d204a8f84ddbcbf5accf797f (diff) | |
| download | qpid-python-8d8a9162f7ba5a99a7c8b8b57aae860ab3028078.tar.gz | |
From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan Robie.
XML exchange allowing messages to be routed base on XQuery expressions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 6d1d122744..54c59810ed 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -15,7 +15,11 @@ nobase_pkgdata_DATA= \ examples/direct/Makefile \ examples/direct/direct_producer.cpp \ examples/direct/listener.cpp \ - examples/direct/declare_queues.cpp + examples/direct/declare_queues.cpp \ + examples/xml-exchange/Makefile \ + examples/xml-exchange/declare_queues.cpp \ + examples/xml-exchange/xml_producer.cpp \ + examples/xml-exchange/listener.cpp VERIFY_FILES= verify verify_all \ examples/request-response/verify \ @@ -60,9 +64,6 @@ all-local: test -d examples || cp -R $(srcdir)/examples . cd examples && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) -I$(abs_top_srcdir)/src -I$(abs_top_srcdir)/src/gen -I$(abs_top_builddir)/src -I$(abs_top_builddir)/src/gen -L$(abs_top_builddir)/src/.libs -Wl,-rpath,$(abs_top_builddir)/src/.libs" all -# FIXME aconway 2008-03-25: Re-enable when python client has been fixed -# to find .spec via PYTHONPATH. -# # Verify the examples in the buid tree. check-local: all-local verify $(srcdir)/verify_all $(abs_top_srcdir)/.. |
