From fe586a666f61ceed21b0d2ed1e514fccb29d80ad Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 13 Sep 2010 16:51:24 +0400 Subject: [PATCH] Fix CMake build of renamed md5.{c => cpp} Signed-off-by: Peter Lemenkov --- core/plug-in/uac_auth/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/uac_auth/CMakeLists.txt b/core/plug-in/uac_auth/CMakeLists.txt index 9ee3035c..cde76368 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 )