From 76913a6235a6410a02e00486093b45f93a04d2f1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 12 Aug 2007 10:36:33 +0000 Subject: [PATCH] Include test marc21.xsl in distribution (tar.gz). --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 663302f..83ccc52 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ -# $Id: Makefile.am,v 1.2 2007-05-15 21:40:57 adam Exp $ +# $Id: Makefile.am,v 1.3 2007-08-12 10:36:33 adam Exp $ check_SCRIPTS = test_http.sh -EXTRA_DIST = test_http.xml test_http.cfg test_http_urls $(check_SCRIPTS) +EXTRA_DIST = marc21.xsl test_http.xml test_http.cfg test_http_urls $(check_SCRIPTS) TESTS = $(check_SCRIPTS) -- 1.7.10.4