From a55c835e6b99f96e595ad11888a2714447998378 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 13 Apr 2019 22:55:51 +0200 Subject: curl_multibyte: add to curlx This will also be needed in the tool and tests. Ref: https://github.com/curl/curl/pull/3758#issuecomment-482197512 Closes https://github.com/curl/curl/pull/3784 --- src/Makefile.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.inc b/src/Makefile.inc index cb886e7bc..17dd178e0 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -34,14 +34,16 @@ CURLX_CFILES = \ ../lib/strtoofft.c \ ../lib/nonblock.c \ ../lib/warnless.c \ - ../lib/curl_ctype.c + ../lib/curl_ctype.c \ + ../lib/curl_multibyte.c CURLX_HFILES = \ ../lib/curl_setup.h \ ../lib/strtoofft.h \ ../lib/nonblock.h \ ../lib/warnless.h \ - ../lib/curl_ctype.h + ../lib/curl_ctype.h \ + ../lib/curl_multibyte.h CURL_CFILES = \ slist_wc.c \ -- cgit v1.2.3