From 74c8a62d1403d51315d58bd293b6284490e78003 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Jun 2005 14:42:29 +0000 Subject: [PATCH] Ensure correct fname marcschema.xml is part of dist --- test/xslt/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 883ebc7..363a172 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,9 +1,9 @@ -# $Id: Makefile.am,v 1.4 2005-05-31 14:18:17 adam Exp $ +# $Id: Makefile.am,v 1.5 2005-06-01 14:42:29 adam Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl marcschema.xsl +EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl marcschema.xml xslt1_SOURCES = xslt1.c xslt2_SOURCES = xslt2.c -- 1.7.10.4