]> git.sur5r.net Git - openldap/blob - libraries/libavl/Makefile.in
Remove redundant LDFLAGS use with LTLINK
[openldap] / libraries / libavl / Makefile.in
1 # $OpenLDAP$
2 ## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
3 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4 ##
5 ## LIBAVL
6 ##
7
8 SRCS = avl.c testavl.c
9 XSRCS = version.c
10 OBJS = avl.o
11
12 LDAP_INCDIR= ../../include       
13 LDAP_LIBDIR= ../../libraries
14
15 LIBRARY = libavl.a
16 PROGRAMS        = testavl
17 XLIBS = -lavl
18
19 testavl:        $(LIBRARY) testavl.o
20         $(LTLINK) -o $@ testavl.o $(LIBS)