Module: sems Branch: peterlemenkov/1.4.2-fedora Commit: 92da5b357c2245615e918938e69fad8bb7cad48c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=92da5b357c2245615e918938e69fad8bb7cad48c
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Thu Nov 24 00:11:14 2011 +0400 Fix unresolved symbol in sbc module when compiled with cmake Signed-off-by: Peter Lemenkov <[email protected]> --- apps/sbc/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/apps/sbc/CMakeLists.txt b/apps/sbc/CMakeLists.txt index f9083b8..7201894 100644 --- a/apps/sbc/CMakeLists.txt +++ b/apps/sbc/CMakeLists.txt @@ -1,6 +1,7 @@ set (sbc_SRCS HeaderFilter.cpp ParamReplacer.cpp +RTPParameters.cpp RegexMapper.cpp SBC.cpp SBCCallProfile.cpp _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
