From: Julio Sánchez Fernández Date: Tue, 13 Jul 1999 19:21:27 +0000 (+0000) Subject: Pass TLS_LIBS to the Makefile's. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~154 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0a7e4ba855811b9cb5b2f61b9a9f58745050f23;p=openldap Pass TLS_LIBS to the Makefile's. --- diff --git a/build/top.mk b/build/top.mk index ba880c21e8..90ddeea44d 100644 --- a/build/top.mk +++ b/build/top.mk @@ -119,6 +119,7 @@ AC_LDFLAGS = @LDFLAGS@ AC_LIBS = @LIBS@ KRB_LIBS = @KRB_LIBS@ +TLS_LIBS = @TLS_LIBS@ MODULES_CPPFLAGS = @SLAPD_MODULES_CPPFLAGS@ MODULES_LDFLAGS = @SLAPD_MODULES_LDFLAGS@ PERL_CPPFLAGS = @SLAPD_PERL_CPPFLAGS@