X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2FMakefile.am;h=0df18220bc82d2c963ad0640de520d9f17e7305a;hb=ca7c0b5492edaa624666d459e6b48bb2b2138962;hp=ea834d2d6653b8b06fc735e231d2684e77e0a20a;hpb=97ff1dba50219020e4e75b0fd2a2adf57ffb4579;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index ea834d2..0df1822 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2006-10-11 13:21:51 marc Exp $ +# $Id: Makefile.am,v 1.9 2007-01-08 13:07:38 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -7,6 +7,7 @@ etcdatadir = $(pkgdatadir)/etc xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config-local.xml \ + $(srcdir)/config-load-balance.xml \ $(srcdir)/config-record-transform.xml \ $(srcdir)/config-shared1.xml \ $(srcdir)/config-simple-multi.xml \ @@ -19,7 +20,7 @@ xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config4.xml \ $(srcdir)/config5.xml -config = example.simple-auth example.target-auth pqf2pqf.xsl +config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml rng = $(srcdir)/../xml/schema/metaproxy.rng @@ -31,11 +32,11 @@ EXTRA_DIST = $(etcdata_DATA) .PHONY: check_rng check_rng: - xmllint --noout --relaxng $(rng) $(xmlconfig) + xmllint --noout --xinclude --relaxng $(rng) $(xmlconfig) .PHONY: check_xsd check_xsd: - xmllint --noout --schema $(xsd) $(xmlconfig) + xmllint --noout --xinclude --schema $(xsd) $(xmlconfig) check-local: