X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2FMakefile.am;h=5437cc3d30321a30f415d4270668507e80f201c1;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hp=79ce1275314d839079a8a5a7e13620ce5729f2ac;hpb=a34c87ac6c08ec62534e4068a5bd1fac93df8abe;p=idzebra-moved-to-github.git diff --git a/test/xpath/Makefile.am b/test/xpath/Makefile.am index 79ce127..5437cc3 100644 --- a/test/xpath/Makefile.am +++ b/test/xpath/Makefile.am @@ -1,16 +1,17 @@ -# $Id: Makefile.am,v 1.10 2004-12-02 14:05:04 adam Exp $ +# $Id: Makefile.am,v 1.12 2006-04-27 20:40:43 marc Exp $ -check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 +check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 xpath6 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebraxpath.cfg +EXTRA_DIST=zebra.cfg rec1.xml rec2.xml assembled.abs xpath1_SOURCES = xpath1.c xpath2_SOURCES = xpath2.c xpath3_SOURCES = xpath3.c xpath4_SOURCES = xpath4.c xpath5_SOURCES = xpath5.c +xpath6_SOURCES = xpath6.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) @@ -29,3 +30,7 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf