Need $(KRB_LIBS) to link test programs.

This commit is contained in:
Kurt Zeilenga 1999-02-04 19:58:00 +00:00
parent ab620c4654
commit da00a876ba

View file

@ -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)