]> git.sur5r.net Git - openldap/commitdiff
Add tls.c
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Tue, 13 Jul 1999 19:25:10 +0000 (19:25 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Tue, 13 Jul 1999 19:25:10 +0000 (19:25 +0000)
Add use of TLS_LIBS so that test tools compile

libraries/libldap_r/Makefile.in

index 4c8d643fe754873c685a3209c7be4dfc550a84ad..a3a4c0b46e922d271bc90325da458d18b6f2caee 100644 (file)
@@ -15,7 +15,7 @@ XXSRCS        = apitest.c test.c tmpltest.c extended.c \
        getdn.c getentry.c getattr.c getvalues.c addentry.c \
        request.c getdxbyname.c os-ip.c url.c charset.c \
        init.c options.c print.c string.c util-int.c schema.c \
-       charray.c digest.c
+       charray.c digest.c tls.c
 SRCS   = thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \
        thr_sleep.c thr_stub.c rdwr.c
 OBJS   = extended.lo \
@@ -28,14 +28,14 @@ OBJS        = extended.lo \
        init.lo options.lo print.lo string.lo util-int.lo schema.lo \
        thr_posix.lo thr_cthreads.lo thr_thr.lo thr_lwp.lo thr_nt.lo \
        thr_sleep.lo thr_stub.lo rdwr.lo \
-       charray.lo digest.lo
+       charray.lo digest.lo tls.lo
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
 
 XDEFS = -DLDAP_R_COMPILE -I$(XXDIR)
 XLIBS = -lldap_r -llber
-XXLIBS = $(LUTIL_LIBS) $(KRB_LIBS)
+XXLIBS = $(LUTIL_LIBS) $(KRB_LIBS) $(TLS_LIBS)
 XXXLIBS = $(LTHREAD_LIBS)
 
 .links :