slapd_tester should be linked with LIBS

This commit is contained in:
Kurt Zeilenga 1999-08-19 18:36:10 +00:00
parent ebce52fa52
commit e290eacb21

View file

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