Skip to content
Snippets Groups Projects
Commit f720e0ac authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

compile the library file strequal.c to get the Curl_raw_equal function as

that's not exported by the lib
parent a8245df7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment