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 | ea3ed931fde51d95416c8f25520908f170ef716b (patch) | |
| tree | 1736b3e06ef3391b243b905b883792a40b3eba2d /cpp/Makefile.am | |
| parent | fe2b5f5849574d7281c16b6ba066ced2d25184e2 (diff) | |
| download | qpid-python-ea3ed931fde51d95416c8f25520908f170ef716b.tar.gz | |
Added full SASL authentication and security layer for the Python client.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834975 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 2b207f10e8..5cbca6ac85 100644 --- a/cpp/Makefile.am +++ b/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) |
