openldap/libraries/libavl/Makefile.in
1998-11-21 20:39:24 +00:00

16 lines
205 B
Makefile

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