aboutsummaryrefslogtreecommitdiff
path: root/lib/makefile.amiga
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-10 21:58:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-10 21:58:11 +0000
commit357fdb60b603260e9fa09ed95ff9da3b6c43969c (patch)
tree49ecdb4be18b44fd4a075699d55a2d8ea7bb5686 /lib/makefile.amiga
parentb6f855cb9b6e40907a84799e5c2e8b80f4d3dcb8 (diff)
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.amiga13
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)