[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
Thu Jan 20 13:05:34 CST 2011


branch "master" has been updated
       via  65b0f411ca344b05dfe75b4c36b30b41fd134b21 (commit)
      from  495fd2f291d6b1a68f30d88837866354d0ec4318 (commit)

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


- Log -----------------------------------------------------------------
commit 65b0f411ca344b05dfe75b4c36b30b41fd134b21
Author: David M. Lee <dlee at digium.com>
Date:   Thu Jan 20 12:33:27 2011 -0600

    Refactored out several install functions for installation.
    
    * asterisk_scf_component_install - Install a component
    * asterisk_scf_slice_headers_install - Install generated .h files
    * asterisk_scf_slice_install - Install .ice files

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ace0d2a..f64a5b3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -32,6 +32,4 @@ include_directories(${API_INCLUDE_DIR})
 asterisk_scf_component_build_icebox(service_locator)
 target_link_libraries(service_locator logging-client)
 
-install(TARGETS service_locator
-    LIBRARY DESTINATION ${ASTERISK_SCF_INSTALL_ICEBOX_DIR}
-    RUNTIME DESTINATION ${ASTERISK_SCF_INSTALL_ICEBOX_DIR})
+asterisk_scf_component_install(service_locator)

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


-- 
asterisk-scf/release/servicediscovery.git



More information about the asterisk-scf-commits mailing list