Skip to content
Snippets Groups Projects
Commit db8aec69 authored by Howard Chu's avatar Howard Chu
Browse files

test programs need -llutil

parent 0fcec3a0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ LDAP_LIBDIR= ../../libraries
LIBRARY = libavl.a
PROGRAMS = testavl
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA)
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
testavl: $(XLIBS) testavl.o
$(LTLINK) -o $@ testavl.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