summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-01-29 12:21:07 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-01-29 12:21:07 +0100
commit19a892b32cb3428d425270a8b8876af95acf6bfc (patch)
tree470a56615adea2a92476a0a071d8c77b96134141
parent80c94fb9d864e73cd5a3a744e9fe81ed5042c20d (diff)
downloadcurl-19a892b32cb3428d425270a8b8876af95acf6bfc.tar.gz
fixup: build the test servers with curl_ctype too
-rw-r--r--tests/server/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/server/Makefile.inc b/tests/server/Makefile.inc
index 208aa0fc8..c6233affa 100644
--- a/tests/server/Makefile.inc
+++ b/tests/server/Makefile.inc
@@ -4,13 +4,15 @@ CURLX_SRCS = \
../../lib/mprintf.c \
../../lib/nonblock.c \
../../lib/strtoofft.c \
- ../../lib/warnless.c
+ ../../lib/warnless.c \
+ ../../lib/curl_ctype.c
CURLX_HDRS = \
../../lib/curlx.h \
../../lib/nonblock.h \
../../lib/strtoofft.h \
- ../../lib/warnless.h
+ ../../lib/warnless.h \
+ ../../lib/curl_ctype.h
USEFUL = \
getpart.c \