X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2FMakefile.am;fp=test%2Fxslt%2FMakefile.am;h=38b6d1f3b11f3cf8b6fcb259f617ad2a800dee58;hb=800fb31d00e78000dd2229231401ee67d03ed78d;hp=b886d7a0cb10a17796d1840b9a8fd8c24a368504;hpb=7bc692d5bc6971008fc2e1e37d63c080383d6a3e;p=idzebra-moved-to-github.git diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index b886d7a..38b6d1f 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,15 +1,18 @@ -# $Id: Makefile.am,v 1.12 2007-02-18 21:53:22 adam Exp $ +# $Id: Makefile.am,v 1.13 2007-03-05 13:02:11 marc Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 xslt4 xslt5 dom1 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg zebrastaticrank.cfg \ +EXTRA_DIST= \ + zebra.cfg zebrastaticrank.cfg zebra-dom.cfg \ marc-col.xml marc-one.xml marc-col.mrc \ marc-missing-ns.xml \ index.xsl id.xsl \ dom-index-element.xsl dom-index-pi.xsl \ marcschema-col.xml marcschema-one.xml snippet.xsl \ - dom-config-col.xml dom-config-one.xml dom-config-marc.xml + dom-config-col.xml dom-config-one.xml dom-config-marc.xml \ + dom-config-skipped.xml + xslt1_SOURCES = xslt1.c xslt2_SOURCES = xslt2.c