X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=isamg%2FMakefile.am;fp=isamg%2FMakefile.am;h=75fe6a80ff3b8b7ec20800a20d0f7c08b178678b;hb=7a34a5bb242300d4df70e2534f20d25ec4508cc5;hp=0000000000000000000000000000000000000000;hpb=b1cc92fc80e32020fb2a91c6577b33ca2cef354a;p=idzebra-moved-to-github.git diff --git a/isamg/Makefile.am b/isamg/Makefile.am new file mode 100644 index 0000000..75fe6a8 --- /dev/null +++ b/isamg/Makefile.am @@ -0,0 +1,9 @@ +## $Id: Makefile.am,v 1.1 2001-01-16 19:05:45 heikki Exp $ + +noinst_LIBRARIES = libisamc.a + +libisamc_a_SOURCES = isamg.c + +INCLUDES = -I$(srcdir)/../include @YAZINC@ + +LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a @YAZLIB@