diff options
| author | Ted Ross <tross@apache.org> | 2009-11-12 21:16:59 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-11-12 21:16:59 +0000 |
| commit | 6f9250296ea06f6d7058e13f0bebaf78cb699fff (patch) | |
| tree | a79930e890b825958e8d65cfd1ac5c23a4c2f378 /cpp/Makefile.am | |
| parent | 5259996c79e460768f9656c2f070c4007854dd14 (diff) | |
| download | qpid-python-6f9250296ea06f6d7058e13f0bebaf78cb699fff.tar.gz | |
QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from its name.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835550 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 5cbca6ac85..2b207f10e8 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 bindings/sasl +SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |
