counting dead backends correctly
[metaproxy-moved-to-github.git] / etc / Makefile.am
index ea834d2..f74d429 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.6 2006-10-11 13:21:51 marc Exp $
+# $Id: Makefile.am,v 1.8 2007-01-02 15:35:36 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 \
@@ -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: