diff options
| author | Alan Conway <aconway@apache.org> | 2008-10-10 04:49:48 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-10-10 04:49:48 +0000 |
| commit | 5d07d177cfc5eca21c44981bbe342f0cdcced4e5 (patch) | |
| tree | 0f5f83642ed5effed52a5e2547565362ce2aea8c /cpp/examples/Makefile.am | |
| parent | e7ceead683231ef2cb35a6ee70488e859f023d12 (diff) | |
| download | qpid-python-5d07d177cfc5eca21c44981bbe342f0cdcced4e5.tar.gz | |
QPID-1340 froM Mick Goulish: preliminary client-side failover support.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
| -rw-r--r-- | cpp/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 5415cae1a9..57ad22ec78 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = direct fanout pub-sub request-response +SUBDIRS = direct fanout pub-sub request-response failover if HAVE_XML SUBDIRS += xml-exchange endif |
