summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-12-19 20:22:03 +0000
committerTed Ross <tross@apache.org>2008-12-19 20:22:03 +0000
commitecfaaf9d34f2875abf38598ef0cfbed5d1fd8067 (patch)
tree6355270960baefb69a0176852c950078fdfcc59c /qpid/cpp/examples/Makefile.am
parent34b1725a48afe8711a15b86338eb7bbc77bc60d1 (diff)
downloadqpid-python-ecfaaf9d34f2875abf38598ef0cfbed5d1fd8067.tar.gz
QPID-1412 - c++ implementation of the QMF client API
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/Makefile.am')
-rw-r--r--qpid/cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index b870d67802..29a101425c 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
+SUBDIRS = direct fanout pub-sub request-response failover qmf-console
if HAVE_XML
SUBDIRS += xml-exchange
broker_args = "--no-module-dir --data-dir \"\" --auth no --load-module $(top_builddir)/src/.libs/xml.so"