Add -Iinclude to crypto/ compiles
authorRichard Levitte <levitte@openssl.org>
Thu, 14 May 2015 15:36:13 +0000 (17:36 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 May 2015 15:36:13 +0000 (17:36 +0200)
The move of headers from crypto/ to crypto/include/internal/ needs
this extra inclusion directory or the build fails.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/Makefile

index caffc77b4a17245292ea22ab866c2bcf753e24d0..8f9697e34c4311f0e45e08a0579c9e265e50d0c7 100644 (file)
@@ -5,7 +5,7 @@
 DIR=           crypto
 TOP=           ..
 CC=            cc
 DIR=           crypto
 TOP=           ..
 CC=            cc
-INCLUDE=       -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)
+INCLUDE=       -I. -I$(TOP) -I../include -Iinclude $(ZLIB_INCLUDE)
 # INCLUDES targets sudbirs!
 INCLUDES=      -I.. -I../.. -I../modes -I../include -I../../include $(ZLIB_INCLUDE)
 CFLAG=         -g
 # INCLUDES targets sudbirs!
 INCLUDES=      -I.. -I../.. -I../modes -I../include -I../../include $(ZLIB_INCLUDE)
 CFLAG=         -g