Using YAZ_INIT for autoconf. Added template code for isamb.
[idzebra-moved-to-github.git] / isamb / Makefile.am
diff --git a/isamb/Makefile.am b/isamb/Makefile.am
new file mode 100644 (file)
index 0000000..71a1879
--- /dev/null
@@ -0,0 +1,9 @@
+## $Id: Makefile.am,v 1.1 2000-10-11 12:31:27 adam Exp $
+
+noinst_LIBRARIES = libisamb.a
+
+libisamb_a_SOURCES = isamb.c
+
+INCLUDES = -I$(srcdir)/../include @YAZINC@
+
+LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a @YAZLIB@