提交 c6912adf 编写于 作者: R Richard Levitte

Fix the build tree include directory for afalg engine

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 fa657fc8
...@@ -8,6 +8,6 @@ IF[{- !$disabled{afalg} -}] ...@@ -8,6 +8,6 @@ IF[{- !$disabled{afalg} -}]
ENGINES=afalg ENGINES=afalg
SOURCE[afalg]=e_afalg.c e_afalg_err.c SOURCE[afalg]=e_afalg.c e_afalg_err.c
DEPEND[afalg]=../../libcrypto DEPEND[afalg]=../../libcrypto
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../include")) -} ../../include INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
ENDIF ENDIF
ENDIF ENDIF
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册