Module: sems Branch: master Commit: a112d15d8ddeca5af3d9c8ed60cd11e78bd8cc22 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=a112d15d8ddeca5af3d9c8ed60cd11e78bd8cc22
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
