ac6bba6f6e
This means that all PROGRAMS_NO_INST, LIBS_NO_INST, ENGINES_NO_INST and SCRIPTS_NO_INST are changed to be PROGRAM, LIBS, ENGINES and SCRIPTS with the associated attribute 'noinst'. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7581)
6 lines
269 B
Text
6 lines
269 B
Text
IF[{- defined $target{CXX} && !$disabled{"external-tests"} -}]
|
|
PROGRAMS{noinst}=ossl_shim
|
|
SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
|
|
INCLUDE[ossl_shim]=. include ../../include
|
|
DEPEND[ossl_shim]=../../libssl ../../libcrypto
|
|
ENDIF
|