summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-07 11:02:06 +0100
committerRichard Levitte <levitte@openssl.org>2019-01-22 12:35:39 +0100
commitac6bba6f6ea328ba22425d6f3f95847452193293 (patch)
tree0c5492016a3bf05da02596c735a82730828e0bc4 /engines
parentc91f24d4cca5862f11876457e0ffb6dd54814814 (diff)
Build: Change all _NO_INST to use attributes instead.
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)
Diffstat (limited to 'engines')
-rw-r--r--engines/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/build.info b/engines/build.info
index 53730068d9..a4a4d93062 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -40,7 +40,7 @@ IF[{- !$disabled{"engine"} -}]
ENDIF
ENDIF
- ENGINES_NO_INST=ossltest dasync
+ ENGINES{noinst}=ossltest dasync
SOURCE[dasync]=e_dasync.c
DEPEND[dasync]=../libcrypto
INCLUDE[dasync]=../include