]> git.sur5r.net Git - openldap/blob - libraries/libavl/Makefile.in
Remove extra code (non-functional change, just produces warning on OSF4.0e).
[openldap] / libraries / libavl / Makefile.in
1 ##
2 ## LIBAVL
3 ##
4
5 SRCS = avl.c testavl.c
6 XSRCS = version.c
7 OBJS = avl.o
8
9 LDAP_INCDIR= ../../include       
10 LDAP_LIBDIR= ../../libraries
11
12 LIBRARY = libavl.a
13 PROGRAMS        = testavl
14 XLIBS = -lavl
15
16 testavl:        $(LIBRARY) testavl.o
17         $(LTLINK) $(LDFLAGS) -o $@ testavl.o $(LIBS)