aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-31 07:07:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-31 07:07:28 +0000
commit32cef52f0d4f204d8741f30ffd2448d443049c47 (patch)
treea6dc42d13aa2ee31caf60aca9dfb796b3c869be3 /lib/Makefile.m32
parente7dd7c54ffe8e1562e3adc6fd29f0fc889a62760 (diff)
Kevin Roth corrected the zlib stuff to work better.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index c68443a35..628140d16 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -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)