projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39fc56
)
Add -Iinclude to crypto/ compiles
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 May 2015 15:36:13 +0000
(17:36 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index caffc77b4a17245292ea22ab866c2bcf753e24d0..8f9697e34c4311f0e45e08a0579c9e265e50d0c7 100644
(file)
--- a/
crypto/Makefile
+++ b/
crypto/Makefile
@@
-5,7
+5,7
@@
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