Author: aconway
Date: Mon Jul 30 14:38:49 2012
New Revision: 1367106

URL: http://svn.apache.org/viewvc?rev=1367106&view=rev
Log:
NO-JIRA: Fix typo in makefiles, incorrect file name.

Modified:
    qpid/branches/0.18/qpid/cpp/src/CMakeLists.txt
    qpid/branches/0.18/qpid/cpp/src/ha.mk

Modified: qpid/branches/0.18/qpid/cpp/src/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.18/qpid/cpp/src/CMakeLists.txt?rev=1367106&r1=1367105&r2=1367106&view=diff
==============================================================================
--- qpid/branches/0.18/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/branches/0.18/qpid/cpp/src/CMakeLists.txt Mon Jul 30 14:38:49 2012
@@ -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

Modified: qpid/branches/0.18/qpid/cpp/src/ha.mk
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.18/qpid/cpp/src/ha.mk?rev=1367106&r1=1367105&r2=1367106&view=diff
==============================================================================
--- qpid/branches/0.18/qpid/cpp/src/ha.mk (original)
+++ qpid/branches/0.18/qpid/cpp/src/ha.mk Mon Jul 30 14:38:49 2012
@@ -23,7 +23,7 @@
 dmoduleexec_LTLIBRARIES += ha.la
 
 ha_la_SOURCES =                                        \
-  qpid/ha/AltExchangeSetter.h                  \
+  qpid/ha/AlternateExchangeSetter.h            \
   qpid/ha/Backup.cpp                           \
   qpid/ha/Backup.h                             \
   qpid/ha/BackupConnectionExcluder.h           \



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to