summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-10 16:14:37 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-10 16:14:37 +0000
commit193e764c0b3cca8b2f3f84124c14e22384912981 (patch)
tree00319ede745da8a5b73c9e960b7ec346e31fc333 /Makefile.org
parent6b20c70b526610b9dd3282e03f9cbda0923f0a27 (diff)
Add documentation on how to handle the shared libaries.
PR: 423
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org6
1 files changed, 6 insertions, 0 deletions
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