Module: sems Branch: master Commit: 5ff20f5bfc3ae9b26b7b5ed02367d685d8f3704e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=5ff20f5bfc3ae9b26b7b5ed02367d685d8f3704e
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Fri Feb 11 22:03:02 2011 +0300 Install sbc helper scripts Signed-off-by: Peter Lemenkov <[email protected]> --- apps/sbc/CMakeLists.txt | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/apps/sbc/CMakeLists.txt b/apps/sbc/CMakeLists.txt index baddcc3..ba110fa 100644 --- a/apps/sbc/CMakeLists.txt +++ b/apps/sbc/CMakeLists.txt @@ -19,5 +19,18 @@ src_ipmap sst_b2b.sbcprofile transparent.sbcprofile ) + +INSTALL(PROGRAMS +tools/sems-sbc-get-activeprofile +tools/sems-sbc-get-regex-map-names +tools/sems-sbc-list-profiles +tools/sems-sbc-load-profile +tools/sems-sbc-reload-profile +tools/sems-sbc-reload-profiles +tools/sems-sbc-set-activeprofile +tools/sems-sbc-set-regex-map + DESTINATION ${SEMS_EXEC_PREFIX}/sbin + ) + SET(sems_module_name sbc) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
