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

@@ -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