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."
This commit is contained in:
Daniel Stenberg
2004-12-10 21:58:11 +00:00
parent b6f855cb9b
commit 357fdb60b6
2 changed files with 31 additions and 14 deletions

View File

@@ -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)