diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-03 18:26:35 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-05 09:27:36 +0100 |
commit | 9654924f587bd9cd72046607f54a76c679161d26 (patch) | |
tree | 2a941a963b2f65a942cea08971f84de9ea7b6b1d /build.info | |
parent | 7f73eafe2f5014ce1f915702c19ee7274e6b8c2d (diff) | |
download | openssl-new-9654924f587bd9cd72046607f54a76c679161d26.tar.gz |
Add SUBDIRS settings in relevant build.info files
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7558)
Diffstat (limited to 'build.info')
-rw-r--r-- | build.info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.info b/build.info index ceb250f7f4..9dffdd5b35 100644 --- a/build.info +++ b/build.info @@ -1,3 +1,5 @@ +SUBDIRS=crypto ssl apps test util tools fuzz engines + {- use File::Spec::Functions; |