mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Need KRB_LIBS to link test programs.
This commit is contained in:
parent
2b8970a324
commit
0482baa520
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ LDAP_INCDIR= ../../include
|
|||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = -lldap -llber
|
||||
XXLIBS =
|
||||
XXLIBS = $(KRB_LIBS)
|
||||
|
||||
apitest: $(LIBRARY) apitest.o $(LDAP_LIBLBER_DEPEND)
|
||||
$(LTLINK) $(LDFLAGS) -o $@ apitest.o $(LIBS)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ LDAP_LIBDIR= ../../libraries
|
|||
|
||||
XDEFS = -DLDAP_R_COMPILE -I$(XXDIR)
|
||||
XLIBS = -lldap_r -llber
|
||||
XXLIBS = $(LUTIL_LIBS)
|
||||
XXLIBS = $(LUTIL_LIBS) $(KRB_LIBS)
|
||||
XXXLIBS = $(LTHREAD_LIBS)
|
||||
|
||||
.links :
|
||||
|
|
|
|||
Loading…
Reference in a new issue