8da00a38cd
Misc afalg build fixes as suggested by Richard Levitte for the latest Configure changes. Reviewed-by: Richard Levitte <levitte@openssl.org>
13 lines
392 B
Text
13 lines
392 B
Text
{- 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=libafalg
|
|
SOURCE[libafalg]=e_afalg.c e_afalg_err.c
|
|
DEPEND[libafalg]=../../libcrypto
|
|
INCLUDE[libafalg]= {- rel2abs(catdir($builddir,"../include")) -} ../../include
|
|
ENDIF
|
|
ENDIF
|