Implement artifact generation, start work on resolution support.
[shibboleth/sp.git] / schemas / Makefile.am
index ed57c54..5827db9 100644 (file)
@@ -4,16 +4,22 @@ AUTOMAKE_OPTIONS = foreign
 
 pkgxmldir = $(datadir)/xml/@PACKAGE@
 
+schemafiles = \
+       shibboleth.xsd \
+    shibboleth-metadata-1.0.xsd \
+    shibboleth-2.0-native-sp-config-2.0.xsd \
+    shibboleth-2.0-afp.xsd \
+    shibboleth-2.0-afp-mf-basic.xsd \
+    shibboleth-2.0-afp-mf-saml.xsd \
+    shibboleth-2.0-attribute-map.xsd \
+    shibboleth-2.0-simple-resolver.xsd \
+    metadata_v12_to_v13.xsl \
+    metadata_v13_to_v12.xsl \
+    trust_v13_to_v12.xsl
+
 pkgxml_DATA = \
        catalog.xml \
-    shibboleth-metadata-1.0.xsd \
-    shibboleth-spconfig-2.0.xsd \
-            shibboleth.xsd \
-                       metadata_v12_to_v11.xsl \
-                       metadata_v12_to_v13.xsl \
-                       metadata_v13_to_v12.xsl \
-                       trust_v12_to_v11.xsl \
-                       trust_v13_to_v12.xsl
+       $(schemafiles)
 
 #
 # Some of these need building
@@ -30,4 +36,5 @@ catalog.xml: ${srcdir}/catalog.xml.in Makefile ${top_builddir}/config.status
 
 CLEANFILES = catalog.xml
 
-EXTRA_DIST = catalog.xml.in
+EXTRA_DIST = catalog.xml.in \
+       $(schemafiles)