[asterisk-scf-commits] asterisk-scf/release/servicediscovery.git	branch "master" updated.
    Commits to the Asterisk SCF project code repositories 
    asterisk-scf-commits at lists.digium.com
       
    Tue Dec  7 15:29:12 CST 2010
    
    
  
branch "master" has been updated
       via  4284d6c0f08c14a2df153b5bad07258a2c006200 (commit)
      from  923d41eba94771e3b06f70e3377d80616764ad4e (commit)
Summary of changes:
 src/CMakeLists.txt          |    2 +-
 test/TestServiceLocator.cpp |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 4284d6c0f08c14a2df153b5bad07258a2c006200
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Dec 3 14:09:41 2010 -0600
    Manage boost link options in CMake.
    CR-ASTSCF-14
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 146f2aa..2d9a45b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -23,7 +23,7 @@ asterisk_scf_component_add_file(service_locator ServiceLocatorManagement.h)
 asterisk_scf_component_add_ice_libraries(service_locator IceStorm)
 asterisk_scf_component_add_ice_libraries(service_locator IceBox)
 
-asterisk_scf_component_add_boost_libraries(service_locator core thread)
+asterisk_scf_component_add_boost_libraries(service_locator core thread date_time)
 
 if(NOT logger_dir)
    message(FATAL_ERROR "The logger directory could not be found ${logger_dir}")
diff --git a/test/TestServiceLocator.cpp b/test/TestServiceLocator.cpp
index 080a822..92a49f8 100644
--- a/test/TestServiceLocator.cpp
+++ b/test/TestServiceLocator.cpp
@@ -14,7 +14,6 @@
  * at the top of the source tree.
  */
 
-#define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_MODULE ServiceLocatorTestSuite
 #define BOOST_TEST_NO_MAIN
 
-----------------------------------------------------------------------
-- 
asterisk-scf/release/servicediscovery.git
    
    
More information about the asterisk-scf-commits
mailing list