aboutsummaryrefslogtreecommitdiffstats
path: root/rsaref/Makefile.ssl
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-08-08 19:12:26 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-08-08 19:12:26 +0000
commitdfbaf95618475640cfcd3c13e4b425538a807666 (patch)
tree584feac24e8b4a6cef729504a10d88f09efe1013 /rsaref/Makefile.ssl
parent204cf1abb0fa5c5f31397a79eac3a8739f360d9e (diff)
downloadopenssl-dfbaf95618475640cfcd3c13e4b425538a807666.tar.gz
Install libRSAglue.a when OpenSSL is build with RSAref.
This should now finally make the RSAref users happy...
Diffstat (limited to 'rsaref/Makefile.ssl')
-rw-r--r--rsaref/Makefile.ssl6
1 files changed, 6 insertions, 0 deletions
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 \