summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-16 18:02:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-16 18:02:46 +0000
commitf720e0ac0f1c9db0bbfbfe441a9983427ebb2429 (patch)
treead05012e1c4097bfbe417e4674ef53940d10e094 /src/Makefile.inc
parenta8245df7457120e8aa1d85e870e5b2120674c13e (diff)
downloadgnurl-f720e0ac0f1c9db0bbfbfe441a9983427ebb2429.tar.gz
gnurl-f720e0ac0f1c9db0bbfbfe441a9983427ebb2429.tar.bz2
gnurl-f720e0ac0f1c9db0bbfbfe441a9983427ebb2429.zip
compile the library file strequal.c to get the Curl_raw_equal function as
that's not exported by the lib
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index 1ebbd0dfe..12e67a1e5 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