diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-07-15 10:43:23 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-07-15 10:43:23 +0000 |
| commit | c56fd7c117b555e93c758c7ce34ea4864579bfa1 (patch) | |
| tree | cd8377cae7f5002caefdb7e4cb5faf80362b7926 /qpid/cpp/src | |
| parent | c7277cd4d4ee9d2eb34323e0910eb20d98d895d1 (diff) | |
| download | qpid-python-c56fd7c117b555e93c758c7ce34ea4864579bfa1.tar.gz | |
QPID-4107 r1361334 typo in file name
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1361682 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 42a5ce8316..7c98206865 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -626,7 +626,7 @@ set (ha_default ON) option(BUILD_HA "Build Active-Passive HA plugin" ${ha_default}) if (BUILD_HA) set (ha_SOURCES - qpid/ha/AltExchangeSetter.h + qpid/ha/AlternateExchangeSetter.h qpid/ha/BackupConnectionExcluder.h qpid/ha/BrokerInfo.cpp qpid/ha/BrokerInfo.h |
