diff options
author | Yang Tse <yangsita@gmail.com> | 2010-06-02 15:09:39 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-06-02 15:09:39 +0200 |
commit | 3b24076c3b22df6cded45866a1170c36d56915fb (patch) | |
tree | 6edd31a3b2db47cc2fc20588585e3a61eef5f9b8 /lib/makefile.amiga | |
parent | 077125e4a2a77384c88b51ffd88c985cabf95193 (diff) | |
download | curl-3b24076c3b22df6cded45866a1170c36d56915fb.tar.gz |
add missing new files to non-configure target build files
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r-- | lib/makefile.amiga | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga index fef8b3ee8..9691323c4 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -1,5 +1,5 @@ # -# $VER: LibcURL Makefile for AmigaOS ... +# libcurl Makefile for AmigaOS ... # # change the follow to where you have the AmiTCP SDK v4.3 includes: @@ -24,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 polarssl.c curl_rtmp.c + warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) |