]> git.sur5r.net Git - openldap/blobdiff - libraries/libavl/Makefile.in
Remove an implicit int, to silence gcc warnings.
[openldap] / libraries / libavl / Makefile.in
index e641c50c319bef3fd5cd9d676b828b5e5d95b12a..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
-       $(LTLINK) $(LDFLAGS) -o $@ testavl.o $(LIBS)
+testavl:       $(XLIBS) testavl.o
+       $(LTLINK) -o $@ testavl.o $(LIBS)