rsbetween.[ch] - new result set type
[idzebra-moved-to-github.git] / rset / Makefile.am
1 ## $Id: Makefile.am,v 1.3 2002-04-09 15:24:13 heikki Exp $
2 noinst_LIBRARIES = librset.a
3
4 librset_a_SOURCES = rset.c rstemp.c rsisam.c rsnull.c rsbool.c rsbetween.c \
5         rsisamc.c rsm_or.c rsisams.c rsisamd.c
6
7 INCLUDES = -I$(srcdir)/../include @YAZINC@
8