mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 22:43:41 +08:00
d245844010
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
|
|
|
|
IF[{- !$disabled{afalg} -}]
|
|
IF[{- $disabled{"dynamic-engine"} -}]
|
|
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=e_afalg.c e_afalg_err.c
|
|
ELSE
|
|
ENGINES=afalg
|
|
SOURCE[afalg]=e_afalg.c e_afalg_err.c
|
|
DEPEND[afalg]=../../libcrypto
|
|
INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../include")) -} ../../include
|
|
ENDIF
|
|
ENDIF
|