]> git.sur5r.net Git - openldap/commitdiff
-lldap requires $(KRB_LIBS)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 9 Mar 1999 20:21:55 +0000 (20:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 9 Mar 1999 20:21:55 +0000 (20:21 +0000)
tests/progs/Makefile.in

index 6e5bcb19d6b33e7250c7507b51fb315a2393c16e..81b1f2c2a266bf0de14d332cd93e4ea5d7df8efc 100644 (file)
@@ -9,7 +9,8 @@ SRCS     = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c
 LDAP_INCDIR= ../../include
 LDAP_LIBDIR= ../../libraries
 
-XLIBS    = -lldap -llber -llutil
+XLIBS    = -lldap -llber
+XXLIBS = $(KRB_LIBS) $(LUTIL_LIBS)
 
 # build-tools: FORCE
 # $(MAKE) $(MFLAGS) load-tools