Skip to content
Snippets Groups Projects
Commit e290eacb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

slapd_tester should be linked with LIBS

parent ebce52fa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment