[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jan 19 23:29:25 CST 2011


branch "master" has been updated
       via  debc4ae991ace2e0149384996a7fbb6c6117019e (commit)
      from  2db6f77d765176d76bc4f62a28dd55efce60901b (commit)

Summary of changes:
 AmiCollector/CMakeLists.txt               |    2 ++
 AmiCollector/test/CMakeLists.txt          |    2 +-
 AmiCollector/test/IceIntegration-test.cpp |    2 --
 3 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit debc4ae991ace2e0149384996a7fbb6c6117019e
Author: David M. Lee <dlee at digium.com>
Date:   Wed Jan 19 23:29:24 2011 -0600

    Fixed dependencies for Windows build.

diff --git a/AmiCollector/CMakeLists.txt b/AmiCollector/CMakeLists.txt
index b5e6420..46a8e75 100644
--- a/AmiCollector/CMakeLists.txt
+++ b/AmiCollector/CMakeLists.txt
@@ -6,6 +6,8 @@ asterisk_scf_component_add_file(ami-collector include/AsteriskSCF/AmiCollector.h
 asterisk_scf_component_add_file(ami-collector include/AsteriskSCF/ResponseCollector.h)
 asterisk_scf_component_add_file(ami-collector src/AmiCollector.cpp)
 
+asterisk_scf_component_add_boost_libraries(ami-collector thread)
+
 asterisk_scf_component_build_library(ami-collector)
 
 add_subdirectory(test)
diff --git a/AmiCollector/test/CMakeLists.txt b/AmiCollector/test/CMakeLists.txt
index 5dbb40b..14cf003 100644
--- a/AmiCollector/test/CMakeLists.txt
+++ b/AmiCollector/test/CMakeLists.txt
@@ -6,7 +6,7 @@ asterisk_scf_component_add_file(ami-collector-test IceIntegration-test.cpp)
 asterisk_scf_component_add_file(ami-collector-test TestAmiCollector.h)
 asterisk_scf_component_add_file(ami-collector-test test.cpp)
 
-asterisk_scf_component_add_boost_libraries(ami-collector-test unit_test_framework thread)
+asterisk_scf_component_add_boost_libraries(ami-collector-test unit_test_framework thread date_time)
 
 asterisk_scf_component_build_standalone(ami-collector-test)
 
diff --git a/AmiCollector/test/IceIntegration-test.cpp b/AmiCollector/test/IceIntegration-test.cpp
index 042cabb..3a2626a 100644
--- a/AmiCollector/test/IceIntegration-test.cpp
+++ b/AmiCollector/test/IceIntegration-test.cpp
@@ -14,8 +14,6 @@
  * at the top of the source tree.
  */
 
-#include <unistd.h>
-
 #include <Ice/Ice.h>
 #include <Ice/Proxy.h>
 #include <boost/test/unit_test.hpp>

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


-- 
asterisk-scf/release/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list