X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fcharmap%2FMakefile.am;h=8bc37901b09dabbc8d9c16988da13fc2e903965e;hb=76ef1248858c492953d506a970ac12e74a29f712;hp=f280c3d6930d9efc7f0b04c4c012f35ad5a9505a;hpb=34c9e6d1eb1fdb87872d35538106b15e613cdd3d;p=idzebra-moved-to-github.git diff --git a/test/charmap/Makefile.am b/test/charmap/Makefile.am index f280c3d..8bc3790 100644 --- a/test/charmap/Makefile.am +++ b/test/charmap/Makefile.am @@ -1,10 +1,10 @@ -# $Id: Makefile.am,v 1.2 2004-12-02 13:59:08 adam Exp $ +# $Id: Makefile.am,v 1.4 2006-04-27 20:40:42 marc Exp $ check_PROGRAMS = charmap1 TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg x.xml default.idx string.utf8.chr +EXTRA_DIST = zebra.cfg x.xml x.abs default.idx string.utf8.chr charmap1_SOURCES = charmap1.c @@ -25,4 +25,9 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +