aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-15 18:17:25 +0200
committerYang Tse <yangsita@gmail.com>2012-06-15 18:41:50 +0200
commita5e0583cd3b690fd44e572c44f0328345a532830 (patch)
treeea49427661d3a1c76a5c55039a980e4de26d1c28 /lib/Makefile.inc
parent46480bb9a1569eaf156012f33e3e7e8c3de18f87 (diff)
build: add curl_multibyte files to build systems
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 7ff4aeab9..4e36dc69c 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -23,7 +23,8 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
curl_rtmp.c openldap.c curl_gethostname.c gopher.c axtls.c \
idn_win32.c http_negotiate_sspi.c cyassl.c http_proxy.c non-ascii.c \
asyn-ares.c asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \
- curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_schannel.c
+ curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_schannel.c \
+ curl_multibyte.c
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
@@ -40,4 +41,4 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h \
gopher.h axtls.h cyassl.h http_proxy.h non-ascii.h asyn.h curl_ntlm.h \
curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h curl_ntlm_msgs.h \
- curl_sasl.h curl_schannel.h
+ curl_sasl.h curl_schannel.h curl_multibyte.h