aboutsummaryrefslogtreecommitdiff
path: root/lib/makefile.amiga
diff options
context:
space:
mode:
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r--lib/makefile.amiga4
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)