]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Need $(KRB_LIBS) to link test programs.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 19:58:00 +0000 (19:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 4 Feb 1999 19:58:00 +0000 (19:58 +0000)
libraries/libldap/Makefile.in

index 3b9a200fc3e9e689ff3d9733af17343f2b9fb3bb..8919bb16e8f5fd2d81fb5e07dc178bc5eaafdd25 100644 (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)