[asterisk-scf-commits] asterisk-scf/release/routing.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Dec 7 15:24:40 CST 2010


branch "master" has been updated
       via  eb4000ab73494dd635592cf64489ba660693b05e (commit)
      from  a5a2987c5fbbb78bca98f2cc4c7f94e99d332fdc (commit)

Summary of changes:
 src/CMakeLists.txt           |    2 +-
 test/MockBridge.cpp          |    2 --
 test/MockBridgeManager.cpp   |    2 --
 test/MockEndpointLocator.cpp |    2 --
 test/MockSession.cpp         |    2 --
 test/MockSessionEndpoint.cpp |    2 --
 test/TestRouting.cpp         |    1 -
 7 files changed, 1 insertions(+), 12 deletions(-)


- Log -----------------------------------------------------------------
commit eb4000ab73494dd635592cf64489ba660693b05e
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Dec 3 14:00:36 2010 -0600

    Manage boost link options in CMake.
    CR-ASTSCF-14

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0d8cbfc..04c5eda 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -21,7 +21,7 @@ asterisk_scf_component_add_file(BasicRoutingService RoutingServiceEventPublisher
 asterisk_scf_component_add_file(BasicRoutingService RoutingServiceEventPublisher.h)
 
 asterisk_scf_component_add_ice_libraries(BasicRoutingService IceStorm)
-asterisk_scf_component_add_boost_libraries(BasicRoutingService thread core regex)
+asterisk_scf_component_add_boost_libraries(BasicRoutingService thread date_time core regex)
 
 if(NOT logger_dir)
    message(FATAL_ERROR "The logger directory could not be found ${logger_dir}")
diff --git a/test/MockBridge.cpp b/test/MockBridge.cpp
index cb716a6..b383f61 100644
--- a/test/MockBridge.cpp
+++ b/test/MockBridge.cpp
@@ -13,8 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
-
 #include <Ice/Ice.h>
 
 #include "MockBridge.h"
diff --git a/test/MockBridgeManager.cpp b/test/MockBridgeManager.cpp
index 7a4184e..ae957c0 100644
--- a/test/MockBridgeManager.cpp
+++ b/test/MockBridgeManager.cpp
@@ -13,8 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
-
 #include <Ice/Ice.h>
 
 #include "MockBridgeManager.h"
diff --git a/test/MockEndpointLocator.cpp b/test/MockEndpointLocator.cpp
index 0b321d1..a8a9066 100644
--- a/test/MockEndpointLocator.cpp
+++ b/test/MockEndpointLocator.cpp
@@ -13,8 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
-
 #include <Ice/Ice.h>
 
 #include "EndpointIf.h"
diff --git a/test/MockSession.cpp b/test/MockSession.cpp
index 5d17961..31f6ea8 100644
--- a/test/MockSession.cpp
+++ b/test/MockSession.cpp
@@ -13,8 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
-
 #include <Ice/Ice.h>
 #include <boost/test/unit_test.hpp>
 
diff --git a/test/MockSessionEndpoint.cpp b/test/MockSessionEndpoint.cpp
index 0f26071..a945c70 100644
--- a/test/MockSessionEndpoint.cpp
+++ b/test/MockSessionEndpoint.cpp
@@ -13,8 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
-
 #include <boost/lexical_cast.hpp>
 #include <boost/test/test_tools.hpp>
 #include <Ice/Ice.h>
diff --git a/test/TestRouting.cpp b/test/TestRouting.cpp
index c37ed79..f4c2687 100644
--- a/test/TestRouting.cpp
+++ b/test/TestRouting.cpp
@@ -13,7 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_MODULE BasicRoutingServiceTestSuite
 #define BOOST_TEST_NO_MAIN
 

-----------------------------------------------------------------------


-- 
asterisk-scf/release/routing.git



More information about the asterisk-scf-commits mailing list