From 193e764c0b3cca8b2f3f84124c14e22384912981 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 10 Jan 2003 16:14:37 +0000 Subject: [PATCH] Add documentation on how to handle the shared libaries. PR: 423 --- Makefile.org | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.25.1