diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/server/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/server/Makefile.inc b/tests/server/Makefile.inc index 5dfe8076b..55bc3a737 100644 --- a/tests/server/Makefile.inc +++ b/tests/server/Makefile.inc @@ -30,7 +30,8 @@ CURLX_SRCS = \ ../../lib/warnless.c \ ../../lib/curl_ctype.c \ ../../lib/dynbuf.c \ - ../../lib/strdup.c + ../../lib/strdup.c \ + ../../lib/curl_multibyte.c CURLX_HDRS = \ ../../lib/curlx.h \ @@ -39,7 +40,8 @@ CURLX_HDRS = \ ../../lib/warnless.h \ ../../lib/curl_ctype.h \ ../../lib/dynbuf.h \ - ../../lib/strdup.h + ../../lib/strdup.h \ + ../../lib/curl_multibyte.h USEFUL = \ getpart.c \ |