mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Add tls.c
Add use of TLS_LIBS so that test tools compile
This commit is contained in:
parent
7482777a7c
commit
739466b85d
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ SRCS = bind.c open.c result.c error.c compare.c search.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
|
||||
OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \
|
||||
controls.lo messages.lo references.lo extended.lo \
|
||||
modify.lo add.lo modrdn.lo delete.lo abandon.lo ufn.lo cache.lo \
|
||||
|
|
@ -25,13 +25,13 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \
|
|||
getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
|
||||
request.lo getdxbyname.lo os-ip.lo url.lo charset.lo \
|
||||
init.lo options.lo print.lo string.lo util-int.lo schema.lo \
|
||||
charray.lo digest.lo
|
||||
charray.lo digest.lo tls.lo
|
||||
|
||||
LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = -lldap -llber
|
||||
XXLIBS = $(KRB_LIBS)
|
||||
XXLIBS = $(KRB_LIBS) $(TLS_LIBS)
|
||||
|
||||
apitest: $(LIBRARY) apitest.o $(LDAP_LIBLBER_DEPEND)
|
||||
$(LTLINK) $(LDFLAGS) -o $@ apitest.o $(LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue