diff options
| author | Ted Ross <tross@apache.org> | 2010-08-04 13:24:11 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-08-04 13:24:11 +0000 |
| commit | ee3d5c65a176609ffe0e8bf275803530ebe4ccf4 (patch) | |
| tree | 365e73309deb7994bfec48219a7416607427f6fd /qpid/cpp/Makefile.am | |
| parent | 21c329d508ba90d3925a61f96a3359acfbe9d5d5 (diff) | |
| download | qpid-python-ee3d5c65a176609ffe0e8bf275803530ebe4ccf4.tar.gz | |
Re-enabled the wrapping of the messaging API with fixes for earlier versions
of Swig, Python, and Ruby.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
| -rw-r--r-- | qpid/cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index 7187fec1d1..60ef976b07 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST = \ packaging/NSIS QPID_VERSION.txt bindings/swig_python_typemaps.i \ bindings/swig_ruby_typemaps.i -SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf +SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings/qpid # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |
