]> git.sur5r.net Git - openldap/blobdiff - libraries/libavl/Makefile.in
Update copyright statements
[openldap] / libraries / libavl / Makefile.in
index 367a17887ee2d8ddfbf52e1456a79d16e5e3a102..97d94927fdcfc6a68d8f3ae9f6d9c2197ba13a02 100644 (file)
@@ -1,3 +1,6 @@
+# $OpenLDAP$
+## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## LIBAVL
 ##
@@ -6,7 +9,12 @@ SRCS = avl.c testavl.c
 XSRCS = version.c
 OBJS = avl.o
 
+LDAP_INCDIR= ../../include       
+LDAP_LIBDIR= ../../libraries
+
 LIBRARY = libavl.a
-XPROGRAMS      = testavl
+PROGRAMS       = testavl
+XLIBS = -lavl -llber
 
 testavl:       $(LIBRARY) testavl.o
+       $(LTLINK) -o $@ testavl.o $(LIBS)