diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-07-15 21:49:47 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-07-15 21:49:47 +0000 |
commit | b74b5e0602b26e8eec004b09d455b2ff0dbaffa1 (patch) | |
tree | 96ee82815d3dd12297226e3da8e93efa7766f54b /packages | |
parent | b4dcbbfabdbd457b181890991810c2ea6b10024f (diff) | |
download | curl-b74b5e0602b26e8eec004b09d455b2ff0dbaffa1.tar.gz |
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/curl.mmp | 2 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 | ||||
-rw-r--r-- | packages/TPF/curl.mak | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/packages/Symbian/group/curl.mmp b/packages/Symbian/group/curl.mmp index ae4537b12..b25013c33 100644 --- a/packages/Symbian/group/curl.mmp +++ b/packages/Symbian/group/curl.mmp @@ -13,7 +13,7 @@ SOURCE \ SOURCEPATH ../../../lib SOURCE \ - rawstr.c + rawstr.c nonblock.c USERINCLUDE ../../../src ../../../lib ../../../include/curl diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 356106bb4..e4995bad1 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -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 diff --git a/packages/TPF/curl.mak b/packages/TPF/curl.mak index c865b391a..7a45c2bb5 100644 --- a/packages/TPF/curl.mak +++ b/packages/TPF/curl.mak @@ -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 |