X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=test%2Fapi%2FMakefile.am;h=9c56604dde3f543a3a597d3d92ff7faa5ffa1241;hb=3f8634ae4b443725ed340661a3a9ccdaae2da92f;hp=a2e875c3769fd47c2e8d7b16221ef75d064eb775;hpb=6c5eead59b04271013219c4e71b3a1314ced4957;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index a2e875c..9c56604 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.34 2006-04-05 02:03:33 adam Exp $ +# $Id: Makefile.am,v 1.35 2006-04-27 20:40:41 marc Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c @@ -50,3 +50,10 @@ zebralibs = \ LDADD = libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + -rm -rf register/*.LCK + -rm -rf register/*.log + -rm -rf register/*.mf