Removed the VOLATILE flag from rsets
[idzebra-moved-to-github.git] / rset / Makefile.am
index b7fc716..01b1f9b 100644 (file)
@@ -1,8 +1,9 @@
-## $Id: Makefile.am,v 1.5 2004-06-09 12:15:25 adam Exp $
+## $Id: Makefile.am,v 1.10 2004-08-20 14:44:46 heikki Exp $
 noinst_LIBRARIES = librset.a
 
-librset_a_SOURCES = rset.c rstemp.c rsisam.c rsnull.c rsbool.c rsbetween.c \
-       rsisamc.c rsm_or.c rsisams.c rsisamd.c rsisamb.c rsprox.c
+librset_a_SOURCES = rset.c rstemp.c rsnull.c rsbool.c rsbetween.c \
+       rsisamc.c rsmultior.c rsisams.c rsisamb.c rsprox.c 
 
-INCLUDES = -I$(srcdir)/../include $(YAZINC)
+#rsm_or.c removed
 
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)