Removed the term count stuff from all rsets, and fixed what ever that broke.
[idzebra-moved-to-github.git] / rset / Makefile.am
index 2104556..01b1f9b 100644 (file)
@@ -1,7 +1,9 @@
-## $Id: Makefile.am,v 1.9 2004-08-16 16:17:49 heikki 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 rsnull.c rsbool.c rsbetween.c \
-       rsisamc.c rsm_or.c rsmultior.c rsisams.c rsisamb.c rsprox.c 
+       rsisamc.c rsmultior.c rsisams.c rsisamb.c rsprox.c 
+
+#rsm_or.c removed
 
 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)