mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
compile the library file strequal.c to get the Curl_raw_equal function as
that's not exported by the lib
This commit is contained in:
parent
a8245df745
commit
f720e0ac0f
@ -3,7 +3,8 @@
|
|||||||
# libcurl has sources that provide functions named curlx_* that aren't part of
|
# 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.
|
# the official API, but we re-use the code here to avoid duplication.
|
||||||
CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \
|
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 \
|
CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
|
||||||
getpass.c homedir.c curlutil.c
|
getpass.c homedir.c curlutil.c
|
||||||
|
Loading…
Reference in New Issue
Block a user