Add documentation on how to handle the shared libaries.
[openssl.git] / Makefile.org
index 48dc3a98fdc47177d4b0bca0a2cae47042464119..31556a9be232e15fd51f151f51e9130c73dddc34 100644 (file)
@@ -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