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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Jan 20 09:18:42 CST 2011


branch "master" has been updated
       via  c9f6521ba85207afe33ce75fe132217136e27c02 (commit)
      from  d2ba3ebcf37912b94cd6e37e27b60b553737cacb (commit)

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


- Log -----------------------------------------------------------------
commit c9f6521ba85207afe33ce75fe132217136e27c02
Author: David M. Lee <dlee at digium.com>
Date:   Fri Jan 14 13:09:21 2011 -0600

    Install basic routing service component

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index cc0e94d..9668713 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -31,4 +31,6 @@ target_link_libraries(BasicRoutingService ${LUA_LIBRARIES})
 target_link_libraries(BasicRoutingService logging-client)
 target_link_libraries(BasicRoutingService asterisk-scf-api)
 
-#asterisk_scf_component_install(BasicRoutingService RUNTIME bin "Basic Routing Service" Core)
+install(TARGETS BasicRoutingService
+    LIBRARY DESTINATION ${ASTERISK_SCF_INSTALL_ICEBOX_DIR}
+    RUNTIME DESTINATION ${ASTERISK_SCF_INSTALL_ICEBOX_DIR})

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


-- 
asterisk-scf/release/routing.git



More information about the asterisk-scf-commits mailing list