mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix the build tree include directory for afalg engine
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
fa657fc8df
commit
c6912adf0c
@ -8,6 +8,6 @@ IF[{- !$disabled{afalg} -}]
|
||||
ENGINES=afalg
|
||||
SOURCE[afalg]=e_afalg.c e_afalg_err.c
|
||||
DEPEND[afalg]=../../libcrypto
|
||||
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../include")) -} ../../include
|
||||
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
|
||||
ENDIF
|
||||
ENDIF
|
||||
|
Loading…
Reference in New Issue
Block a user