From: Kurt Zeilenga Date: Thu, 19 Aug 1999 18:36:10 +0000 (+0000) Subject: slapd_tester should be linked with LIBS X-Git-Tag: TWEB_OL_BASE~152 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e290eacb211b693a3b763bfd24eb21647d8bd7bf;p=openldap slapd_tester should be linked with LIBS --- diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in index 925ba3153b..842f8efb61 100644 --- a/tests/progs/Makefile.in +++ b/tests/progs/Makefile.in @@ -18,7 +18,7 @@ XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS) # load-tools: $(PROGRAMS) slapd-tester: slapd-tester.o - $(LTLINK) -o $@ slapd-tester.o + $(LTLINK) -o $@ slapd-tester.o $(LIBS) slapd-search: slapd-search.o $(LDAP_LIBLBER_DEPEND) $(LDAP_LIBLDAP_DEPEND) $(LTLINK) -o $@ slapd-search.o $(LIBS)