X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2FMakefile.am;h=1a0c0213ecbf2e0d5d804abd6d39c304acd98f52;hb=de31c38f785cafdadae526d27c64005e33238761;hp=e816a893b8dfbcee47b2553c57ef28963f301c39;hpb=e92856ea4fecc1a5ea6875ad47797d462fd5fcae;p=idzebra-moved-to-github.git diff --git a/bfile/Makefile.am b/bfile/Makefile.am index e816a89..1a0c021 100644 --- a/bfile/Makefile.am +++ b/bfile/Makefile.am @@ -1,5 +1,6 @@ -## $Id: Makefile.am,v 1.6 2006-06-26 15:11:21 marc Exp $ Copyright (C) 1994-1998, Index Data ApS -lib_LTLIBRARIES = libidzebra-bfile.la +## $Id: Makefile.am,v 1.10 2006-07-05 15:03:44 adam Exp $ + +noinst_LTLIBRARIES = libidzebra-bfile.la check_PROGRAMS = tstbfile1 @@ -9,7 +10,6 @@ tstbfile1_SOURCES = tstbfile1.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) -libidzebra_bfile_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) libidzebra_bfile_la_SOURCES = bfile.c mfile.c cfile.c commit.c cfile.h mfile.h LDADD = libidzebra-bfile.la ../util/libidzebra-util.la $(YAZLALIB)