On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / bfile / Makefile.am
diff --git a/bfile/Makefile.am b/bfile/Makefile.am
new file mode 100644 (file)
index 0000000..9ecb102
--- /dev/null
@@ -0,0 +1,7 @@
+## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $ Copyright (C) 1994-1998, Index Data ApS
+noinst_LIBRARIES = libbfile.a
+
+INCLUDES = -I$(srcdir)/../include @YAZINC@
+
+libbfile_a_SOURCES = bfile.c mfile.c cfile.c commit.c cfile.h
+