diff options
| author | Ted Ross <tross@apache.org> | 2010-07-29 18:14:20 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-07-29 18:14:20 +0000 |
| commit | 3f490a660690ec61dd6bb670c52fa8d8ada2fab4 (patch) | |
| tree | a85ae15cce1b05158270e23455a66cd999207e51 /cpp/Makefile.am | |
| parent | fdf959cf333c52389821000ddb369975b99458b1 (diff) | |
| download | qpid-python-3f490a660690ec61dd6bb670c52fa8d8ada2fab4.tar.gz | |
QPID-2777 - Additional bindings for the C++ messaging API (Python, Ruby)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 7cd022fb08..60ef976b07 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -25,9 +25,10 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ LICENSE NOTICE README.txt SSL RELEASE_NOTES DESIGN \ xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ - packaging/NSIS QPID_VERSION.txt + 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) |
