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 /lib/makefile.amiga | |
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 'lib/makefile.amiga')
-rw-r--r-- | lib/makefile.amiga | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga index d211d31e5..d88707672 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -18,7 +18,7 @@ OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \ progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c \ strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \ sslgen.c gtls.c strerror.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 all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) |