]> git.sur5r.net Git - openldap/blobdiff - libraries/libavl/Makefile.in
All implementations of lutil_lockf (aka ldap_lockf) block until
[openldap] / libraries / libavl / Makefile.in
index 814d5e1cf0ece666c6d7025d1fdd63d0529ce6b7..893c780639b02a8eefba0ff20827a6184b498a09 100644 (file)
@@ -11,6 +11,7 @@ LDAP_LIBDIR= ../../libraries
 
 LIBRARY = libavl.a
 PROGRAMS       = testavl
+XLIBS = -lavl
 
 testavl:       $(LIBRARY) testavl.o
-       $(LTLINK) $(LDFLAGS) -o $@ testavl.o $(LDAP_LIBPATH) -lavl
+       $(LTLINK) $(LDFLAGS) -o $@ testavl.o $(LIBS)