diff options
| author | Ted Ross <tross@apache.org> | 2009-11-11 17:33:33 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-11-11 17:33:33 +0000 |
| commit | be410c49703e072fc8ceed97179453ee007a11c1 (patch) | |
| tree | f89781f3704aeb5247ff370d3e271923b9f03acc /qpid/cpp/Makefile.am | |
| parent | 7a86ab591654d744148560e29f7a53553baa0512 (diff) | |
| download | qpid-python-be410c49703e072fc8ceed97179453ee007a11c1.tar.gz | |
Added full SASL authentication and security layer for the Python client.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834975 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 2b207f10e8..5cbca6ac85 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = \ LICENSE NOTICE README SSL RELEASE_NOTES DESIGN \ xml/cluster.xml INSTALL-WINDOWS -SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf +SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings/sasl # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |
