From b934eeb948632a942ccb0f60301edf037d470f94 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 27 Jul 2002 03:34:23 +0000 Subject: [PATCH] test progs need -llutil --- tests/progs/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in index 482975b8a1..a8b324edfb 100644 --- a/tests/progs/Makefile.in +++ b/tests/progs/Makefile.in @@ -11,9 +11,7 @@ SRCS = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries -NT_XLIBS = $(LDAP_LIBLUTIL_A) - -XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) $(@PLAT@_XLIBS) +XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A) XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS) # build-tools: FORCE -- 2.39.5