0483f58652
Now that INCLUDE considers both the source and build trees, no need for the rel2abs perl fragment hacks any more. Reviewed-by: Rich Salz <rsalz@openssl.org>
13 lines
353 B
Text
13 lines
353 B
Text
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]= ../../include
|
|
ENDIF
|
|
ENDIF
|
|
ENDIF
|