]> git.sur5r.net Git - openldap/commitdiff
slapd_tester should be linked with LIBS
authorKurt Zeilenga <kurt@openldap.org>
Thu, 19 Aug 1999 18:36:10 +0000 (18:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 19 Aug 1999 18:36:10 +0000 (18:36 +0000)
tests/progs/Makefile.in

index 925ba3153b9dc362a453b868254b263c4b50b529..842f8efb617d1e67701bbc79635dcea465a4a9a8 100644 (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)