]> git.sur5r.net Git - openldap/blobdiff - libraries/libavl/Makefile.in
Blind commit:
[openldap] / libraries / libavl / Makefile.in
index 1d3c61e347f9a50279ba06e60e7c288012560836..6551c8a022cc03e5a47e7159ef0800a8f6a456ff 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## Copyright 1998-2002 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 -llber
+XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA)
 
-testavl:       $(LIBRARY) testavl.o
+testavl:       $(XLIBS) testavl.o
        $(LTLINK) -o $@ testavl.o $(LIBS)