From 275c61aaf848a6c167a9a593fae7ca8e55f4cb73 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Thu, 1 Feb 2007 07:49:20 +0000 Subject: [PATCH] including missing file - thanks to automagic build system --- etc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/Makefile.am b/etc/Makefile.am index 0df1822..977277b 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2007-01-08 13:07:38 marc Exp $ +# $Id: Makefile.am,v 1.10 2007-02-01 07:49:20 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -18,7 +18,8 @@ xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config2.xml \ $(srcdir)/config3.xml \ $(srcdir)/config4.xml \ - $(srcdir)/config5.xml + $(srcdir)/config5.xml \ + $(srcdir)/retrieval-info.xml config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml -- 1.7.10.4