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/TPF | |
parent | b4dcbbfabdbd457b181890991810c2ea6b10024f (diff) |
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
Diffstat (limited to 'packages/TPF')
-rw-r--r-- | packages/TPF/curl.mak | 1 |
1 files changed, 1 insertions, 0 deletions
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 |