diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-10 21:58:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-10 21:58:11 +0000 |
commit | 357fdb60b603260e9fa09ed95ff9da3b6c43969c (patch) | |
tree | 49ecdb4be18b44fd4a075699d55a2d8ea7bb5686 /lib/makefile.amiga | |
parent | b6f855cb9b6e40907a84799e5c2e8b80f4d3dcb8 (diff) | |
download | curl-357fdb60b603260e9fa09ed95ff9da3b6c43969c.tar.gz |
Dan Fandrich: added some missing files. "I can't try them so they might still
be broken, but at least they'll be less broken than they are now."
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r-- | lib/makefile.amiga | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga index cb7822729..d8b2fd10a 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -12,12 +12,13 @@ CFLAGS = -I$(ATCPSDKI) -m68020-60 -noixemul -I. -I../include -W -Wall OBJS = \ amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c \ - easy.c escape.c file.c formdata.c ftp.c getdate.c getenv.c \ - getinfo.c hash.c hostip.c http.c http_chunks.c http_digest.c \ - http_negotiate.c http_ntlm.c if2ip.c inet_pton.c krb4.c ldap.c \ - llist.c md5.c memdebug.c mprintf.c multi.c netrc.c progress.c \ - security.c sendf.c share.c speedcheck.c ssluse.c strequal.c \ - strtok.c telnet.c timeval.c transfer.c url.c version.c + easy.c escape.c file.c formdata.c ftp.c getenv.c \ + getinfo.c hash.c hostip.c hostip4.c hostsyn.c http.c http_chunks.c \ + http_digest.c http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c \ + inet_pton.c krb4.c ldap.c \ + llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.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 all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) |