Remove isamd. It's not been in use for a long time and isamb is better
[idzebra-moved-to-github.git] / rset / Makefile.am
index 820bb94..1d26827 100644 (file)
@@ -1,8 +1,7 @@
-## $Id: Makefile.am,v 1.4 2002-04-16 22:31:42 adam Exp $
+## $Id: Makefile.am,v 1.7 2004-08-04 08:35:26 adam 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
-
-INCLUDES = -I$(srcdir)/../include @YAZINC@
+       rsisamc.c rsm_or.c rsisams.c rsisamb.c rsprox.c
 
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)