Stale namespace.
[shibboleth/sp.git] / schemas / Makefile.am
index 5d83cd5..84c9e99 100644 (file)
@@ -4,17 +4,22 @@ AUTOMAKE_OPTIONS = foreign
 
 pkgxmldir = $(datadir)/xml/@PACKAGE@
 
-pkgxml_DATA = \
-       catalog.xml \
-       shibboleth.xsd \
+schemafiles = \
+    shibboleth.xsd \
     shibboleth-metadata-1.0.xsd \
-    shibboleth-spconfig-2.0.xsd \
-    shibboleth-2.0-attribute-resolver.xsd \
-    shibboleth-2.0-simple-resolver.xsd \
+    shibboleth-2.0-native-sp-config.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 \
     metadata_v12_to_v13.xsl \
     metadata_v13_to_v12.xsl \
     trust_v13_to_v12.xsl
 
+pkgxml_DATA = \
+       catalog.xml \
+       $(schemafiles)
+
 #
 # Some of these need building
 #
@@ -30,4 +35,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)