mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Use $(TLS_LIBS)
This commit is contained in:
parent
c0a7e4ba85
commit
6064e66c05
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ LDAP_INCDIR= ../../include
|
|||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = -lldap -llber
|
||||
XXLIBS = $(KRB_LIBS) $(LUTIL_LIBS)
|
||||
XXLIBS = $(KRB_LIBS) $(TLS_LIBS) $(LUTIL_LIBS)
|
||||
|
||||
# build-tools: FORCE
|
||||
# $(MAKE) $(MFLAGS) load-tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue