mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Use $(TLS_LIBS)
This commit is contained in:
parent
c0a7e4ba85
commit
6064e66c05
@ -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 New Issue
Block a user