mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
7030e35d07
RT#4492 Reviewed-by: Tim Hudson <tjh@openssl.org>
16 lines
459 B
Plaintext
16 lines
459 B
Plaintext
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
|
|
|
|
IF[{- !$disabled{"engine"} -}]
|
|
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
|
|
ENDIF
|