Added curl_threads.c to a few more non-configure build files

This commit is contained in:
Dan Fandrich 2010-01-26 18:51:39 +00:00
parent 22ed0f5059
commit d34982bb65
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SOURCE \
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \
curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c
curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c
USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL

View File

@ -38,6 +38,7 @@ C_SRC += curl_addrinfo.c
C_SRC += curl_memrchr.c
C_SRC += curl_rand.c
C_SRC += curl_sspi.c
C_SRC += curl_threads.c
C_SRC += dict.c
C_SRC += easy.c
C_SRC += escape.c