aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-07 16:33:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-07 16:33:26 +0000
commitcc7399e79cbe45ad363d2a67dd04cb599f9481eb (patch)
tree258413dcd27766c3a632e5aefc20368af61abf4c /crypto/Makefile
parent14b3f1007ec640fa8fa293626b7dc9edfa67d9e0 (diff)
downloadopenssl-cc7399e79cbe45ad363d2a67dd04cb599f9481eb.tar.gz
Changes from 1.0.0-stable.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index b730fa45d7..c1033f6d77 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -5,9 +5,9 @@
DIR= crypto
TOP= ..
CC= cc
-INCLUDE= -I. -I$(TOP) -I../include
+INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)
# INCLUDES targets sudbirs!
-INCLUDES= -I.. -I../.. -I../asn1 -I../evp -I../../include
+INCLUDES= -I.. -I../.. -I../asn1 -I../evp -I../../include $(ZLIB_INCLUDE)
CFLAG= -g
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)