Add needed libraries as per configuration to the list of libraries we
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2002 09:25:48 +0000 (09:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2002 09:25:48 +0000 (09:25 +0000)
depend upon.

engines/Makefile.ssl

index b6a1d9d191c9aafbd2241094b847be33b61db7d1..afa70b7131220bd9e136353612040f5c33a5eabd 100644 (file)
@@ -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 \