Move where include path for providers/common/include gets specified
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8728)
This commit is contained in:
parent
319e518a5a
commit
16da72a824
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
SUBDIRS=crypto ssl apps test util tools fuzz engines providers
|
SUBDIRS=crypto ssl apps test util tools fuzz engines providers
|
||||||
|
|
||||||
LIBS=libcrypto libssl
|
LIBS=libcrypto libssl
|
||||||
INCLUDE[libcrypto]=. crypto/include include providers/common/include
|
INCLUDE[libcrypto]=. crypto/include include
|
||||||
INCLUDE[libssl]=. include
|
INCLUDE[libssl]=. include
|
||||||
DEPEND[libssl]=libcrypto
|
DEPEND[libssl]=libcrypto
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
SUBDIRS=common default
|
SUBDIRS=common default
|
||||||
|
|
||||||
|
INCLUDE[../libcrypto]=common/include
|
||||||
|
|
||||||
IF[{- !$disabled{fips} -}]
|
IF[{- !$disabled{fips} -}]
|
||||||
SUBDIRS=fips
|
SUBDIRS=fips
|
||||||
MODULES=fips
|
MODULES=fips
|
||||||
|
|
Loading…
Reference in a new issue