removing the XSLT filter from the build, only keeping the ALVIS filter
[idzebra-moved-to-github.git] / test / xslt / Makefile.am
index 69ea9cb..7127599 100644 (file)
@@ -1,13 +1,16 @@
-# $Id: Makefile.am,v 1.3 2005-05-01 07:17:47 adam Exp $
+# $Id: Makefile.am,v 1.8 2006-04-27 20:40:44 marc Exp $
 
-check_PROGRAMS = xslt1 xslt2 xslt3
+check_PROGRAMS = xslt1 xslt2 xslt3 xslt4
 TESTS = $(check_PROGRAMS)
 
-EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml marc1.xsl
+EXTRA_DIST=zebra.cfg zebrastaticrank.cfg \
+ marc-col.xml marc-one.xml index.xsl id.xsl \
+ marcschema-col.xml marcschema-one.xml snippet.xsl
 
 xslt1_SOURCES = xslt1.c
 xslt2_SOURCES = xslt2.c
 xslt3_SOURCES = xslt3.c
+xslt4_SOURCES = xslt4.c
 
 AM_CPPFLAGS = -I$(srcdir)/../api -I$(top_srcdir)/include $(YAZINC)
 
@@ -26,3 +29,8 @@ zebralibs = \
 
 LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB)
 
+clean-local:
+       -rm -rf *.LCK 
+       -rm -rf *.log 
+       -rm -rf *.mf 
+