Fix `no-ts` builds.
[oweals/openssl.git] / crypto / ess / build.info
1 LIBS=../../libcrypto
2
3 # compile ess_lib.c when cms or ts are enabled
4 IF[{- !$disabled{'cms'} or !$disabled{'ts'} -}]
5   SOURCE[../../libcrypto]= ess_lib.c
6 ENDIF
7
8 SOURCE[../../libcrypto]= ess_asn1.c ess_err.c 
9