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=04169764b577565284b25a89aa8d8b1b5e4ef0f9;hp=ea3ae27c2973f3e8df156a769ae5ea2100258317;hb=c51d8a82aae537ffa1ad29aecea5cb6e7a9be37a;hpb=e4b67f7065d49c87839442f19f72141098d16920 diff --git a/bfile/Makefile.am b/bfile/Makefile.am index ea3ae27..0416976 100644 --- a/bfile/Makefile.am +++ b/bfile/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.12 2006-11-14 12:41:19 adam Exp $ +## $Id: Makefile.am,v 1.13 2007-12-13 20:19:40 adam Exp $ noinst_LTLIBRARIES = libidzebra-bfile.la @@ -16,3 +16,6 @@ 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) +clean-local: + -rm -fr *.log *.mf shadow +