mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
Need $(KRB_LIBS) to link test programs.
This commit is contained in:
parent
ab620c4654
commit
da00a876ba
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ LDAP_INCDIR= ../../include
|
|||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = -lldap -llber
|
||||
XXLIBS =
|
||||
XXLIBS = $(KRB_LIBS)
|
||||
|
||||
ltest: $(LIBRARY) test.o $(LDAP_LIBLBER_DEPEND)
|
||||
$(LTLINK) $(LDFLAGS) -o $@ test.o $(LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue