diff options
| author | Charles E. Rolke <chug@apache.org> | 2011-12-07 14:43:13 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2011-12-07 14:43:13 +0000 |
| commit | 5c472024b6e7409db9a8ec7dba4da51404183df5 (patch) | |
| tree | 07c7758f0ec1727e8c7fe9bb37cd660d4e8c7b94 /cpp/src/cluster.cmake | |
| parent | f9c4b1b6c458b860d6f3788b9482f843181496a0 (diff) | |
| download | qpid-python-5c472024b6e7409db9a8ec7dba4da51404183df5.tar.gz | |
QPID-3652 Fix cluster authentication
Add missing additions to CMakeLists.
Add windows export macro so new functions are published in dll.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1211458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.cmake')
| -rw-r--r-- | cpp/src/cluster.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/cluster.cmake b/cpp/src/cluster.cmake index 48227c1a02..0b0e26141f 100644 --- a/cpp/src/cluster.cmake +++ b/cpp/src/cluster.cmake @@ -96,6 +96,8 @@ if (BUILD_CLUSTER) qpid/cluster/ConnectionCodec.h qpid/cluster/Cpg.cpp qpid/cluster/Cpg.h + qpid/cluster/CredentialsExchange.cpp + qpid/cluster/CredentialsExchange.h qpid/cluster/Dispatchable.h qpid/cluster/UpdateClient.cpp qpid/cluster/UpdateClient.h |
