mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-05 22:19:40 +00:00
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
@ -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…
x
Reference in New Issue
Block a user