X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2FMakefile.am;h=71275996733c307f59564f3b855182c3baaf6741;hb=4494cb5dd6d79d72f15c41af16833cc373044a36;hp=01ff86f201f7118fac8bb640b38fbc9a37def92b;hpb=44082770642275dd993aa621d9dc5c5b0dc454d3;p=idzebra-moved-to-github.git diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 01ff86f..7127599 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.7 2005-08-18 12:50:18 adam Exp $ +# $Id: Makefile.am,v 1.8 2006-04-27 20:40:44 marc Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 xslt4 TESTS = $(check_PROGRAMS) @@ -29,3 +29,8 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +