Module: sems Branch: master Commit: fe586a666f61ceed21b0d2ed1e514fccb29d80ad URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=fe586a666f61ceed21b0d2ed1e514fccb29d80ad
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Mon Sep 13 16:51:24 2010 +0400 Fix CMake build of renamed md5.{c => cpp} Signed-off-by: Peter Lemenkov <[email protected]> --- core/plug-in/uac_auth/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/plug-in/uac_auth/CMakeLists.txt b/core/plug-in/uac_auth/CMakeLists.txt index 9ee3035..cde7636 100644 --- a/core/plug-in/uac_auth/CMakeLists.txt +++ b/core/plug-in/uac_auth/CMakeLists.txt @@ -1,5 +1,5 @@ set (uac_auth_SRCS -md5.c +md5.cpp UACAuth.cpp ) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
