diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2009-02-09 14:19:23 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2009-02-09 14:19:23 +0000 |
| commit | c70ea4bfdc185dff06527e0cca3ee9fbe0a4dcc5 (patch) | |
| tree | 27a04a9996c7b4f7994f649490fda5d1d064c4cb /qpid/cpp/examples/Makefile.am | |
| parent | f5978ac5b26366ce16f0934158a4ec790899ec9d (diff) | |
| download | qpid-python-c70ea4bfdc185dff06527e0cca3ee9fbe0a4dcc5.tar.gz | |
QPID-1595 from william -- trade demo
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@742515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
| -rw-r--r-- | qpid/cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index 29a101425c..255c86a7be 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/cpp/examples/Makefile.am @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -SUBDIRS = direct fanout pub-sub request-response failover qmf-console +SUBDIRS = direct fanout pub-sub request-response failover qmf-console tradedemo if HAVE_XML SUBDIRS += xml-exchange broker_args = "--no-module-dir --data-dir \"\" --auth no --load-module $(top_builddir)/src/.libs/xml.so" |
