diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-16 22:32:31 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-16 22:32:31 +0000 |
| commit | bf54dc92bf7d46862cbef3113314b7b16797d92e (patch) | |
| tree | f4eb32ed0c3fd37e9b64eda78ebf3250d3814444 /cpp/src/Makefile.am | |
| parent | 18afe1de9b0f1082013569566192c460ec163290 (diff) | |
| download | qpid-python-bf54dc92bf7d46862cbef3113314b7b16797d92e.tar.gz | |
Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as Windows; resolves QPID-1365
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index c63b98b18d..d0b882e97d 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -104,6 +104,9 @@ endif platform_src = $(posix_plat_src) $(poller) platform_hdr = $(posix_plat_hdr) +posix_broker_src = \ + qpid/broker/posix/BrokerDefaults.cpp + lib_LTLIBRARIES = libqpidcommon.la libqpidbroker.la libqpidclient.la # Definitions for client and daemon plugins @@ -288,6 +291,7 @@ endif libqpidbroker_la_SOURCES = \ $(mgen_broker_cpp) \ + $(posix_broker_src) \ qpid/amqp_0_10/Connection.h \ qpid/amqp_0_10/Connection.cpp \ qpid/broker/Broker.cpp \ |
