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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Dec 7 17:18:31 CST 2010


branch "master" has been updated
       via  9f04ff8250a49f6185a58c30f681427f26b617ff (commit)
      from  19947c9ca431f79b03cf07aa3fa8a4a7b3cfe53f (commit)

Summary of changes:
 client/src/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 9f04ff8250a49f6185a58c30f681427f26b617ff
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Tue Dec 7 17:17:36 2010 -0600

    Added ref to boost date_time. On Windows boost::thread has a dependency
    on boost::date_time.

diff --git a/client/src/CMakeLists.txt b/client/src/CMakeLists.txt
index ba73028..cdf9c90 100644
--- a/client/src/CMakeLists.txt
+++ b/client/src/CMakeLists.txt
@@ -24,7 +24,7 @@ asterisk_scf_component_add_slice(logging-client LoggerIf)
 asterisk_scf_component_add_slice(logging-client ServiceLocatorIf)
 asterisk_scf_component_add_slice(logging-client ServiceLocatorEventsIf)
 
-asterisk_scf_component_add_boost_libraries(logging-client thread)
+asterisk_scf_component_add_boost_libraries(logging-client thread date_time)
 asterisk_scf_add_ice_libraries(IceStorm)
 
 asterisk_scf_component_build_library(logging-client)

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


-- 
asterisk-scf/release/logger.git



More information about the asterisk-scf-commits mailing list