From: Richard Levitte Date: Fri, 10 Jan 2003 16:14:37 +0000 (+0000) Subject: Add documentation on how to handle the shared libaries. X-Git-Tag: OpenSSL_0_9_7a~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=193e764c0b3cca8b2f3f84124c14e22384912981;p=oweals%2Fopenssl.git Add documentation on how to handle the shared libaries. PR: 423 --- diff --git a/Makefile.org b/Makefile.org index dd3d59a14a..9b9f8ebb82 100644 --- a/Makefile.org +++ b/Makefile.org @@ -763,6 +763,12 @@ install: all install_docs cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \ set $(MAKE); \ $$1 -f $$here/Makefile link-shared ); \ + if [ "$(INSTALLTOP)" != "/usr" ]; then \ + echo 'OpenSSL shared libraries have been installed in:'; \ + echo ' $(INSTALLTOP)'; \ + echo ''; \ + sed -e '1,/^$/d' doc/openssl-shared.txt; \ + fi; \ fi cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig