summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-14 09:25:48 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-14 09:25:48 +0000
commit79a6260a1118818944d257671087eb31c6e95ed3 (patch)
treea9a6e1b53a735d486b27543736390fd89fb95ffa /engines
parenta0bf8f2008a67436944e1f6256b35b33cda7096c (diff)
downloadopenssl-79a6260a1118818944d257671087eb31c6e95ed3.tar.gz
Add needed libraries as per configuration to the list of libraries we
depend upon.
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile.ssl5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/Makefile.ssl b/engines/Makefile.ssl
index b6a1d9d191..afa70b7131 100644
--- a/engines/Makefile.ssl
+++ b/engines/Makefile.ssl
@@ -17,6 +17,9 @@ MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile.ssl
AR= ar r
+PEX_LIBS=
+EX_LIBS=
+
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile engines.com install.com
@@ -68,7 +71,7 @@ libs: $(LIBOBJ)
for l in $(LIBNAMES); do \
$(NEWMAKE) -f ../Makefile.shared \
CC="$(CC)" LIBNAME=$$l LIBEXTRAS=e_$$l.o \
- LIBDEPS='-L.. -lcrypto' \
+ LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
link_o.$(SHLIB_TARGET); \
done; \
else \