Module: sems Branch: sayer/1.4-dbreg-fork Commit: 95c874ef399de0a522dfdd02421e8364f2aa62bd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=95c874ef399de0a522dfdd02421e8364f2aa62bd
Author: Peter Lemenkov <[email protected]> Committer: Stefan Sayer <[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
