summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-10 16:14:32 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-10 16:14:32 +0000
commite68cb95d84c7d107076332fcac3b22a228b29545 (patch)
tree2dbd48fee0b5fc324ebd7fa161530885a10ece7e /Makefile.org
parent448666239c23842aeb47d0272d7ce89a7ddb4ce7 (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 48dc3a98fd..31556a9be2 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -535,6 +535,12 @@ install: all install_docs
( here="`pwd`"; \
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
$(NEWMAKE) -f $$here/Makefile HERE="$$here" 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