mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
This commit is contained in:
parent
b4dcbbfabd
commit
b74b5e0602
12 changed files with 49 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ SOURCE \
|
|||
|
||||
SOURCEPATH ../../../lib
|
||||
SOURCE \
|
||||
rawstr.c
|
||||
rawstr.c nonblock.c
|
||||
|
||||
USERINCLUDE ../../../src ../../../lib ../../../include/curl
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ SOURCE \
|
|||
hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.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
|
||||
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ C_SRC += memdebug.c
|
|||
C_SRC += mprintf.c
|
||||
C_SRC += multi.c
|
||||
C_SRC += netrc.c
|
||||
C_SRC += nonblock.c
|
||||
C_SRC += nss.c
|
||||
C_SRC += parsedate.c
|
||||
C_SRC += progress.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue