Add documentation on how to handle the shared libaries.
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Jan 2003 16:14:37 +0000 (16:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 10 Jan 2003 16:14:37 +0000 (16:14 +0000)
PR: 423

Makefile.org

index dd3d59a14a9183f8e9de408fdff077828640e307..9b9f8ebb820869f27ffbf8cfd02daff8f0760e55 100644 (file)
@@ -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