Kevin Roth corrected the zlib stuff to work better.

This commit is contained in:
Daniel Stenberg 2003-01-31 07:07:28 +00:00
parent e7dd7c54ff
commit 32cef52f0d
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ RM = rm -f
RANLIB = ranlib
STRIP = strip -g
OPENSSL_PATH = ../../openssl-0.9.6g
ZLIB_PATH = ../../zlib-1.1.3
ZLIB_PATH = ../../zlib-1.1.4
########################################################
## Nothing more to do below this line!
@ -27,7 +27,7 @@ ifdef SSL
endif
ifdef ZLIB
INCLUDES += -I"$(ZLIB_PATH)"
CFLAGS += -DHAVE_ZLIB
CFLAGS += -DHAVE_ZLIB -DHAVE_ZLIB_H
DLL_LIBS += -L$(ZLIB_PATH) -lz
endif
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)