summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-01-29 14:43:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-01-29 14:43:10 +0100
commit665a1cac1bd1728c4ef0c036bae7e552e10f5561 (patch)
treefcc0e14dc6bd197d68b5107f7a6029b19a7eab2b
parent19a892b32cb3428d425270a8b8876af95acf6bfc (diff)
downloadcurl-665a1cac1bd1728c4ef0c036bae7e552e10f5561.tar.gz
fixup: let the tool also use the new curl_ctype code
-rw-r--r--src/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index 45b4967f6..d3c7c2bbf 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -12,13 +12,15 @@
CURLX_CFILES = \
../lib/strtoofft.c \
../lib/nonblock.c \
- ../lib/warnless.c
+ ../lib/warnless.c \
+ ../lib/curl_ctype.c
CURLX_HFILES = \
../lib/curl_setup.h \
../lib/strtoofft.h \
../lib/nonblock.h \
- ../lib/warnless.h
+ ../lib/warnless.h \
+ ../lib/curl_ctype.h
CURL_CFILES = \
slist_wc.c \