Remake the installation of shared libraries in unix-Makefile.tmpl
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Feb 2016 17:39:49 +0000 (18:39 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Feb 2016 10:52:15 +0000 (11:52 +0100)
commitc8c2b77900f9808fc644d206d8715a78dd9801bd
treef7a43358653cedf53fb9e2dae2ee57292b286d02
parent9ee0ed3de66678a15db126d10b3e4226e835b8f5
Remake the installation of shared libraries in unix-Makefile.tmpl

Instead of having the installation recipe rely on special knowledge,
feed it with information, including what shared library files belong
together.  For Cygwin and Mingw, that's the .dll and its import
library .dll.a.  For Unixen, it's the shared library file name with SO
version and the one without.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl