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:46:36 +0000 (15:46 +0100)
commitb6e660754c2e799cffe4906269fcace0e07c73bc
treecb742907d3aa26564fc70f5df551bbbc74f04624
parentddf2e8c8ccad49cff0d6a0a0b26ca892ec4ce33a
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)
Configurations/common.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure