diff options
| author | Ted Ross <tross@apache.org> | 2010-08-12 22:35:23 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-08-12 22:35:23 +0000 |
| commit | 734ccd22b54fd1ac62e7fa643117b60d7316bde8 (patch) | |
| tree | c8a7aa54cc5e5a187c71a3cf2985f7f6cf319fc6 /qpid/cpp/Makefile.am | |
| parent | a223ee4597a5ce6a8456fee4ea68b20ba0303307 (diff) | |
| download | qpid-python-734ccd22b54fd1ac62e7fa643117b60d7316bde8.tar.gz | |
QPID-2793 - Python and Ruby bindings for the C++ QMFv2 API
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985020 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 60ef976b07..f5f4a95be6 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 bindings/qpid +SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings/qpid bindings/qmf2 # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |
