Start to clean up Unix build.
[shibboleth/sp.git] / schemas / Makefile.am
index 02f0cf8..5827db9 100644 (file)
@@ -4,15 +4,23 @@ AUTOMAKE_OPTIONS = foreign
 
 pkgxmldir = $(datadir)/xml/@PACKAGE@
 
-pkgxml_DATA = \
-       catalog.xml \
+schemafiles = \
        shibboleth.xsd \
     shibboleth-metadata-1.0.xsd \
-    shibboleth-spconfig-2.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 \
+       $(schemafiles)
+
 #
 # Some of these need building
 #
@@ -28,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)