Fixup include path in ossl_shim test after e_os.h work
The include search path was not picking up files in the root of the tree. [extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4316)master
parent
e65dfa471a
commit
de0dc006a5
@ -1,6 +1,6 @@
|
||||
IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}]
|
||||
PROGRAMS_NO_INST=ossl_shim
|
||||
SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
|
||||
INCLUDE[ossl_shim]=. include ../../include
|
||||
INCLUDE[ossl_shim]=. include ../../include ../..
|
||||
DEPEND[ossl_shim]=../../libssl ../../libcrypto
|
||||
ENDIF
|
||||
|
Loading…
Reference in New Issue