diff options
| author | Ted Ross <tross@apache.org> | 2008-12-19 20:22:03 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-12-19 20:22:03 +0000 |
| commit | ecfaaf9d34f2875abf38598ef0cfbed5d1fd8067 (patch) | |
| tree | 6355270960baefb69a0176852c950078fdfcc59c /qpid/cpp/examples/Makefile.am | |
| parent | 34b1725a48afe8711a15b86338eb7bbc77bc60d1 (diff) | |
| download | qpid-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.am | 2 |
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" |
