Install libRSAglue.a when OpenSSL is build with RSAref.

This should now finally make the RSAref users happy...
This commit is contained in:
Ralf S. Engelschall 1999-08-08 19:12:26 +00:00
parent 204cf1abb0
commit dfbaf95618
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,9 @@
_______________
Changes between 0.9.3a and 0.9.4 [xx Aug 1999]
*) Install libRSAglue.a when OpenSSL is build with RSAref.
[Ralf S. Engelschall]
*) A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.
[Andrija Antonijevic <TheAntony2@bigfoot.com>]

View File

@ -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 \