X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fmarcxml%2FMakefile.am;h=74747186e5b54a9d24b2e7c2540c718fbb5b93e4;hb=3f8634ae4b443725ed340661a3a9ccdaae2da92f;hp=f5f28ec300813dbeed5eb7f3522491675aaeaa66;hpb=fac482cae7850747d73866d388c1f64954d700d1;p=idzebra-moved-to-github.git diff --git a/test/marcxml/Makefile.am b/test/marcxml/Makefile.am index f5f28ec..7474718 100644 --- a/test/marcxml/Makefile.am +++ b/test/marcxml/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2004-12-02 12:04:49 adam Exp $ +# $Id: Makefile.am,v 1.5 2006-04-27 20:40:42 marc Exp $ check_PROGRAMS = t1 t2 @@ -9,7 +9,7 @@ EXTRA_DIST = zebra.cfg record.abs m1.xml m2.xml m3.xml sample-marc t1_SOURCES = t1.c t2_SOURCES = t2.c -AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir)/../api $(YAZINC) zebralibs = \ ../../index/libidzebra-api.la \ @@ -27,3 +27,7 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf