From dfbaf95618475640cfcd3c13e4b425538a807666 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 8 Aug 1999 19:12:26 +0000 Subject: Install libRSAglue.a when OpenSSL is build with RSAref. This should now finally make the RSAref users happy... --- rsaref/Makefile.ssl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rsaref/Makefile.ssl') diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 4d19f841ec..165b2b8036 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -52,6 +52,12 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) install: + -@if [ "x`echo x $(EX_LIBS) | grep RSAglue`" != x ]; then \ + echo "installing libRSAglue.a"; \ + cp $(LIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \ + $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \ + chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \ + fi # @for i in $(EXHEADER) ; \ # do \ -- cgit v1.2.3