1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Andrs Garca's updates

This commit is contained in:
Daniel Stenberg 2004-02-05 21:03:53 +00:00
parent cc90a235f4
commit 1cb2306ae0
2 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@ AR = ar
RM = rm -f RM = rm -f
RANLIB = ranlib RANLIB = ranlib
STRIP = strip -g STRIP = strip -g
OPENSSL_PATH = ../../openssl-0.9.7a OPENSSL_PATH = ../../openssl-0.9.7c
ZLIB_PATH = ../../zlib-1.1.4 ZLIB_PATH = ../../zlib-1.2.1
######################################################## ########################################################
## Nothing more to do below this line! ## Nothing more to do below this line!
@ -47,7 +47,7 @@ libcurl_a_SOURCES = arpa_telnet.h file.c netrc.h timeval.c base64.c \
strtok.c connect.c hash.c llist.c multi.c share.c share.h \ strtok.c connect.c hash.c llist.c multi.c share.c share.h \
content_encoding.h content_encoding.c http_digest.h http_digest.c \ content_encoding.h content_encoding.c http_digest.h http_digest.c \
http_negotiate.c http_negotiate.h http_ntlm.c http_ntlm.h md5.h \ http_negotiate.c http_negotiate.h http_ntlm.c http_ntlm.h md5.h \
md5.c strtoofft.c md5.c strtoofft.c inet_pton.c
libcurl_a_OBJECTS = file.o timeval.o base64.o hostip.o progress.o \ libcurl_a_OBJECTS = file.o timeval.o base64.o hostip.o progress.o \
formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \ formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \
@ -56,7 +56,7 @@ libcurl_a_OBJECTS = file.o timeval.o base64.o hostip.o progress.o \
strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o \ strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o \
strtok.o connect.o hash.o llist.o multi.o share.o \ strtok.o connect.o hash.o llist.o multi.o share.o \
content_encoding.o http_digest.o http_negotiate.o http_ntlm.o md5.o \ content_encoding.o http_digest.o http_negotiate.o http_ntlm.o md5.o \
strtoofft.o strtoofft.o inet_pton.o
LIBRARIES = $(libcurl_a_LIBRARIES) LIBRARIES = $(libcurl_a_LIBRARIES)
SOURCES = $(libcurl_a_SOURCES) SOURCES = $(libcurl_a_SOURCES)

View File

@ -12,8 +12,8 @@
CC = gcc CC = gcc
RM = rm -f RM = rm -f
STRIP = strip -s STRIP = strip -s
OPENSSL_PATH = ../../openssl-0.9.7a OPENSSL_PATH = ../../openssl-0.9.7c
ZLIB_PATH = ../../zlib-1.1.4 ZLIB_PATH = ../../zlib-1.2.1
# We may need these someday # We may need these someday
# PERL = perl # PERL = perl