[asterisk-scf-commits] asterisk-scf/integration/statereplicator.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Sep 23 18:19:14 CDT 2010


branch "master" has been updated
       via  a9fb72738fb89252f60086992444a07a3a89d2a8 (commit)
       via  a27bafb2af20d568a38cb8f80853953ad8a666e0 (commit)
      from  24047862d0ef0b2731e29338771745de22032ad9 (commit)

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


- Log -----------------------------------------------------------------
commit a9fb72738fb89252f60086992444a07a3a89d2a8
Merge: a27bafb 2404786
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Sep 23 18:15:51 2010 -0500

    Merge branch 'master' of git.asterisk.org:asterisk-scf/integration/statereplicator


commit a27bafb2af20d568a38cb8f80853953ad8a666e0
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Sep 23 18:14:39 2010 -0500

    Added additional args to the call to hydra_component_install() in order to get both Windows and Linux happy.

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ff78841..427b323 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,5 +7,5 @@ hydra_component_add_file(StateReplicator StateReplicator.cpp)
 
 hydra_component_build_library(StateReplicator)
 
-hydra_component_install(StateReplicator LIBRARY lib "State Replicator" statereplicator)
+hydra_component_install(StateReplicator LIBRARY lib "State Replicator" statereplicator ARCHIVE DESTINATION lib)
 

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


-- 
asterisk-scf/integration/statereplicator.git



More information about the asterisk-scf-commits mailing list