From: Daniel Stenberg Date: Thu, 16 Oct 2008 18:02:46 +0000 (+0000) Subject: compile the library file strequal.c to get the Curl_raw_equal function as X-Git-Tag: upstream/7.37.1~6968 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f720e0ac0f1c9db0bbfbfe441a9983427ebb2429;p=platform%2Fupstream%2Fcurl.git compile the library file strequal.c to get the Curl_raw_equal function as that's not exported by the lib --- diff --git a/src/Makefile.inc b/src/Makefile.inc index 1ebbd0d..12e67a1 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -3,7 +3,8 @@ # libcurl has sources that provide functions named curlx_* that aren't part of # the official API, but we re-use the code here to avoid duplication. CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \ - $(top_srcdir)/lib/strdup.c + $(top_srcdir)/lib/strdup.c \ + $(top_srcdir)/lib/strequal.c CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \ getpass.c homedir.c curlutil.c