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 | ae6aa3278b9b837a5c782fa9125f6613c50b341f (patch) | |
| tree | ea71f831d6c374906c51f5498dd950deddd99214 /cpp/Makefile.am | |
| parent | e84a4dba7b583aa482afd9c8ef99c8a48190ce86 (diff) | |
| download | qpid-python-ae6aa3278b9b837a5c782fa9125f6613c50b341f.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/qpid@982244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 7187fec1d1..60ef976b07 100644 --- a/cpp/Makefile.am +++ b/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) |
