From 497b7456c9f3ebdae77d50221c84e0777be83668 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 19 Jun 2006 13:29:30 +0000 Subject: [PATCH] Added config-shared1.xml --- etc/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/etc/Makefile.am b/etc/Makefile.am index d6e31a5..7b3c811 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2006-06-08 22:22:58 mike Exp $ +# $Id: Makefile.am,v 1.3 2006-06-19 13:29:30 adam Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -7,7 +7,8 @@ etcdatadir = $(pkgdatadir)/etc config = config0.xml config1.xml config2.xml \ config3.xml config4.xml config5.xml \ - config-simple-multi.xml config-local.xml + config-simple-multi.xml config-local.xml \ + config-shared1.xml misc = example.simple-auth example.target-auth pqf2pqf.xsl @@ -17,7 +18,8 @@ EXTRA_DIST = $(etcdata_DATA) test: test-config0 test-config1 test-config2 \ test-config3 test-config4 test-config5 \ - test-config-simple-multi test-config-local + test-config-simple-multi test-config-local \ + test-config-shared1 test-%: %.xml config.xsd xmllint --noout --schema config.xsd $< -- 1.7.10.4