X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2FMakefile.am;h=8936ba89b050e11d27ced25b05cdd4ddf519d87b;hb=a8092592e1febfd07f451dff0ab8aef21f08fe80;hp=606ca2821704034a2f26cf070369918f1949f50e;hpb=0f3b8bcc6fe2e3beeec7c834d9a64dca48a4f1b7;p=idzebra-moved-to-github.git diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 606ca28..8936ba8 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,11 +1,14 @@ -# $Id: Makefile.am,v 1.1 2005-04-28 08:20:41 adam Exp $ +# $Id: Makefile.am,v 1.6 2005-06-07 11:38:16 adam Exp $ -check_PROGRAMS = xslt1 +check_PROGRAMS = xslt1 xslt2 xslt3 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg marc-col.xml marc1.xsl +EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl \ + marcschema.xml snippet.xsl xslt1_SOURCES = xslt1.c +xslt2_SOURCES = xslt2.c +xslt3_SOURCES = xslt3.c AM_CPPFLAGS = -I$(srcdir)/../api -I$(top_srcdir)/include $(YAZINC)