From ecfaaf9d34f2875abf38598ef0cfbed5d1fd8067 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 19 Dec 2008 20:22:03 +0000 Subject: 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 --- qpid/cpp/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/examples/Makefile.am') 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" -- cgit v1.2.1