aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-28 15:49:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-28 15:49:32 +0000
commit0a1a185874870fd370dc7d4d12b05ac402885d5f (patch)
tree35b499f1a519f3aaeecf6553528c0e62ff064195 /lib/Makefile.m32
parent8f809e2a9329c419ac184d658b58902ace51e97b (diff)
Andres Garcia Garcia updated to build with the most recent OpenSSL and
the recent libcurl changes.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m3210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 842c29b36..59c03c6c2 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -12,7 +12,7 @@ AR = ar
RM = rm -f
RANLIB = ranlib
STRIP = strip -g
-OPENSSL_PATH = ../../openssl-0.9.6g
+OPENSSL_PATH = ../../openssl-0.9.7a
ZLIB_PATH = ../../zlib-1.1.4
########################################################
@@ -22,8 +22,8 @@ INCLUDES = -I. -I.. -I../include -I../src
CFLAGS = -g -O2 -DMINGW32
ifdef SSL
INCLUDES += -I"$(OPENSSL_PATH)/outinc" -I"$(OPENSSL_PATH)/outinc/openssl"
- CFLAGS += -DUSE_SSLEAY
- DLL_LIBS = -L$(OPENSSL_PATH)/out -leay32 -lssl32 -lRSAglue
+ CFLAGS += -DUSE_SSLEAY -DHAVE_OPENSSL_ENGINE_H
+ DLL_LIBS = -L$(OPENSSL_PATH)/out -leay32 -lssl32
endif
ifdef ZLIB
INCLUDES += -I"$(ZLIB_PATH)"
@@ -42,7 +42,7 @@ libcurl_a_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c base64.c \
ldap.h ssluse.h escape.c getenv.h mprintf.c telnet.c escape.h getpass.c netrc.c \
telnet.h getinfo.c strequal.c strequal.h easy.c security.h \
security.c krb4.h krb4.c memdebug.h memdebug.c inet_ntoa_r.h http_chunks.h http_chunks.c \
- strtok.c connect.c hash.c llist.c multi.c \
+ strtok.c connect.c hash.c llist.c multi.c share.c share.h\
content_encoding.h content_encoding.c
libcurl_a_OBJECTS = file.o timeval.o base64.o hostip.o progress.o \
@@ -50,7 +50,7 @@ libcurl_a_OBJECTS = file.o timeval.o base64.o hostip.o progress.o \
speedcheck.o getdate.o transfer.o ldap.o ssluse.o version.o \
getenv.o escape.o mprintf.o telnet.o getpass.o netrc.o getinfo.o \
strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o \
- strtok.o connect.o hash.o llist.o multi.o \
+ strtok.o connect.o hash.o llist.o multi.o share.o \
content_encoding.o
LIBRARIES = $(libcurl_a_LIBRARIES)