On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / rset / Makefile.am
diff --git a/rset/Makefile.am b/rset/Makefile.am
new file mode 100644 (file)
index 0000000..c1992f9
--- /dev/null
@@ -0,0 +1,8 @@
+## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $
+noinst_LIBRARIES = librset.a
+
+librset_a_SOURCES = rset.c rstemp.c rsisam.c rsnull.c rsbool.c \
+       rsisamc.c rsm_or.c rsisams.c
+
+INCLUDES = -I$(srcdir)/../include @YAZINC@
+