Text config-local
authorMike Taylor <mike@indexdata.com>
Thu, 8 Jun 2006 22:22:58 +0000 (22:22 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 8 Jun 2006 22:22:58 +0000 (22:22 +0000)
etc/Makefile.am

index f62c6e7..d6e31a5 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.1 2006-04-27 17:01:00 adam Exp $
+# $Id: Makefile.am,v 1.2 2006-06-08 22:22:58 mike Exp $
 
 # This doesn't actually build anything, it just tests whether the
 # configuration files here correspond with the schema.
@@ -7,7 +7,7 @@ etcdatadir = $(pkgdatadir)/etc
 
 config = config0.xml config1.xml config2.xml \
        config3.xml config4.xml config5.xml \
-       config-simple-multi.xml
+       config-simple-multi.xml config-local.xml
 
 misc = example.simple-auth example.target-auth pqf2pqf.xsl
 
@@ -17,7 +17,7 @@ EXTRA_DIST = $(etcdata_DATA)
 
 test: test-config0 test-config1 test-config2 \
       test-config3 test-config4 test-config5 \
-      test-config-simple-multi
+      test-config-simple-multi test-config-local
 
 test-%: %.xml config.xsd 
        xmllint --noout --schema config.xsd $<