diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-11 01:12:17 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-11 01:12:17 +0000 |
commit | 707828b71af1d155206cf7039569e9cffb110649 (patch) | |
tree | 093d31316eaab4658215ef7a5f9c3d9404ee9cf5 /lib/makefile.amiga | |
parent | 8f440371334032805ab5521e60a77e0d840630f7 (diff) | |
download | curl-707828b71af1d155206cf7039569e9cffb110649.tar.gz |
Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)
Daniel Fandrich noticed that curl_addrinfo was also missing in the build
process of other four non-configure platforms. Added now.
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r-- | lib/makefile.amiga | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga index e2ba6a83e..504c20cb1 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -17,7 +17,7 @@ OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.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 \ - sslgen.c gtls.c strerror.c rawstr.c + sslgen.c gtls.c strerror.c rawstr.c curl_addrinfo.c all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) |