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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Feb 9 12:02:10 CST 2012


branch "master" has been updated
       via  a104ff04036cf0bd89cb9902d9fbb0780583f70f (commit)
      from  23fc3e78c012ef00bd731f7c274f42a532718762 (commit)

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


- Log -----------------------------------------------------------------
commit a104ff04036cf0bd89cb9902d9fbb0780583f70f
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Feb 9 12:01:39 2012 -0600

    Corrected cases-ness of library name.

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0bb8125..c13853f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -51,14 +51,14 @@ pjproject_link(MediaTransportUDPTL pjmedia)
 pjproject_link(MediaTransportUDPTL pjnath)
 astscf_component_install(MediaTransportUDPTL)
 
-astscf_component_init(UdptlStateReplicator)
-astscf_component_add_files(UdptlStateReplicator ComponentStateReplicator.cpp)
-astscf_component_add_files(UdptlStateReplicator UdptlStateReplicator.h)
-astscf_component_add_slices(UdptlStateReplicator PROJECT AsteriskSCF/Replication/UDPTL/UdptlStateReplicationIf.ice)
-astscf_component_add_slices(UdptlStateReplicator PROJECT AsteriskSCF/Configuration/UDPTL/UdptlConfigurationIf.ice)
-astscf_component_add_ice_libraries(UdptlStateReplicator IceStorm)
-astscf_component_add_boost_libraries(UdptlStateReplicator thread date_time)
-astscf_component_add_slice_collection_libraries(UdptlStateReplicator ASTSCF)
-astscf_component_build_icebox(UdptlStateReplicator)
-target_link_libraries(UdptlStateReplicator LoggingClient ASTSCFIceUtilCpp)
-astscf_component_install(UdptlStateReplicator)
+astscf_component_init(UDPTLStateReplicator)
+astscf_component_add_files(UDPTLStateReplicator ComponentStateReplicator.cpp)
+astscf_component_add_files(UDPTLStateReplicator UdptlStateReplicator.h)
+astscf_component_add_slices(UDPTLStateReplicator PROJECT AsteriskSCF/Replication/UDPTL/UdptlStateReplicationIf.ice)
+astscf_component_add_slices(UDPTLStateReplicator PROJECT AsteriskSCF/Configuration/UDPTL/UdptlConfigurationIf.ice)
+astscf_component_add_ice_libraries(UDPTLStateReplicator IceStorm)
+astscf_component_add_boost_libraries(UDPTLStateReplicator thread date_time)
+astscf_component_add_slice_collection_libraries(UDPTLStateReplicator ASTSCF)
+astscf_component_build_icebox(UDPTLStateReplicator)
+target_link_libraries(UDPTLStateReplicator LoggingClient ASTSCFIceUtilCpp)
+astscf_component_install(UDPTLStateReplicator)

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


-- 
asterisk-scf/release/media_transport_udptl.git



More information about the asterisk-scf-commits mailing list