X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2FMakefile.am;fp=bfile%2FMakefile.am;h=9ecb10249d260f5da042c3228173ff954efa2cee;hp=0000000000000000000000000000000000000000;hb=69da23537c6bb71ab948e079708bf8ea090de73f;hpb=4bf05517c81b30c6cc2e16fb5e475c02be45d117 diff --git a/bfile/Makefile.am b/bfile/Makefile.am new file mode 100644 index 0000000..9ecb102 --- /dev/null +++ b/bfile/Makefile.am @@ -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 +