openldap/libraries/libavl/Makefile.in
1998-09-21 02:59:21 +00:00

15 lines
206 B
Makefile

##
## LIBAVL
##
SRCS = avl.c testavl.c
XSRCS = version.c
OBJS = avl.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
LIBRARY = libavl.a
XPROGRAMS = testavl
testavl: $(LIBRARY) testavl.o