]> git.sur5r.net Git - openldap/blobdiff - libraries/libavl/Makefile.in
Fix typo
[openldap] / libraries / libavl / Makefile.in
index 0ccaefee7cff9e9a0ccf99c7704f86422d2f5c71..e3fec60c76efa397a10ab1997fface2161065cf7 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## LIBAVL
@@ -14,7 +14,7 @@ LDAP_LIBDIR= ../../libraries
 
 LIBRARY = libavl.a
 PROGRAMS       = testavl
-XLIBS = -lavl
+XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
 
-testavl:       $(LIBRARY) testavl.o
+testavl:       $(XLIBS) testavl.o
        $(LTLINK) -o $@ testavl.o $(LIBS)