Module: sems Branch: master Commit: 2b414a60bdfd27d6e84a454ffb8b2591640a98b5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=2b414a60bdfd27d6e84a454ffb8b2591640a98b5
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Fri Feb 11 21:30:15 2011 +0300 Install more config files Signed-off-by: Peter Lemenkov <[email protected]> --- apps/sbc/CMakeLists.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/apps/sbc/CMakeLists.txt b/apps/sbc/CMakeLists.txt index d25693e..09a6ce0 100644 --- a/apps/sbc/CMakeLists.txt +++ b/apps/sbc/CMakeLists.txt @@ -6,5 +6,17 @@ ParamReplacer.cpp SDPFilter.cpp ) +SET(sbc_config_files +auth_b2b.sbcprofile +call_timer.sbcprofile +codecfilter.sbcprofile +prepaid.sbcprofile +refuse.sbcprofile +replytranslate.sbcprofile +sbc +src_ipmap +sst_b2b.sbcprofile +transparent.sbcprofile +) 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
