mirror of
https://github.com/openssl/openssl.git
synced 2024-12-19 15:03:38 +08:00
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>
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
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
|