Added config-shared1.xml
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Jun 2006 13:29:30 +0000 (13:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Jun 2006 13:29:30 +0000 (13:29 +0000)
etc/Makefile.am

index d6e31a5..7b3c811 100644 (file)
@@ -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 $<