mirror of
https://github.com/curl/curl.git
synced 2026-07-30 04:08:02 +03:00
add curl_threads.c to non-configure target build files
This commit is contained in:
parent
a9b860765d
commit
1d86ebfc88
4 changed files with 8 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ OBJS = amigaos.c \
|
|||
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
|
||||
|
||||
all: $(OBJS:.c=.o)
|
||||
ar cru libcurl.a $(OBJS:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue