aboutsummaryrefslogtreecommitdiff
path: root/lib/makefile.amiga
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-05-12 19:05:58 -0700
committerDan Fandrich <dan@coneharvesters.com>2010-05-12 19:05:58 -0700
commit76255cfdc93894747536e281391b6493212b4351 (patch)
treea602f2dcb2b2f50e9f0eda311220261b9064e4b0 /lib/makefile.amiga
parentad6bc4d82e17c65322f2a2ee5fb0b1895dd19e94 (diff)
downloadgnurl-76255cfdc93894747536e281391b6493212b4351.tar.gz
gnurl-76255cfdc93894747536e281391b6493212b4351.tar.bz2
gnurl-76255cfdc93894747536e281391b6493212b4351.zip
Added Polar SSL and RTMP files to the non-autoconf build files
I didn't bother with a few that have little hope of running the required dependent libraries.
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r--lib/makefile.amiga3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga
index 95a2f3312..fef8b3ee8 100644
--- a/lib/makefile.amiga
+++ b/lib/makefile.amiga
@@ -15,6 +15,7 @@ OBJS = amigaos.c \
cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
+ curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c \
krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c \
multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c \
http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \
@@ -23,7 +24,7 @@ OBJS = amigaos.c \
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \
curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c \
- warnless.c hmac.c
+ warnless.c hmac.c polarssl.c curl_rtmp.c
all: $(OBJS:.c=.o)
ar cru libcurl.a $(OBJS:.c=.o)