Configuration: when building the dirinfo structure, include shared_sources
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Oct 2018 09:11:04 +0000 (11:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 31 Oct 2018 14:47:56 +0000 (15:47 +0100)
commit222b0a8e1a43e67c8d65fd325828d8860ed2d348
tree60738fb8a4c7058d19e777097419fd777b64956a
parent3b1928fe64e36634e09482c721f4d3d0c10047a8
Configuration: when building the dirinfo structure, include shared_sources

This makes sure that any resulting directory target in the build files
also depend on object files meant for shared libraries.

As a side effect, we move the production of the dirinfo structure from
common.tmpl to Configure, to make it easier to check the result.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7452)

(cherry picked from commit b6e660754c2e799cffe4906269fcace0e07c73bc)
Configurations/common.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure