Update gitignore to account for subdirs / missing files.
[shibboleth/cpp-opensaml.git] / schemas / Makefile.am
index d291991..0ee9485 100644 (file)
@@ -1,7 +1,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-pkgxmldir = $(datadir)/xml/@PACKAGE@-@PACKAGE_VERSION@
+pkgxmldir = $(datadir)/xml/@PACKAGE@
 
 schemafiles = \
        cs-sstc-schema-assertion-01.xsd \
@@ -46,7 +46,13 @@ schemafiles = \
        sstc-saml-attribute-ext.xsd \
        sstc-saml-delegation.xsd \
        sstc-saml-metadata-ext-query.xsd \
-       sstc-saml-protocol-ext-thirdparty.xsd
+       sstc-saml-metadata-algsupport-v1.0.xsd \
+       sstc-saml-metadata-ui-v1.0.xsd \
+       sstc-saml-idp-discovery.xsd \
+       sstc-request-initiation.xsd \
+       sstc-saml-protocol-ext-thirdparty.xsd \
+       saml-async-slo-v1.0.xsd \
+       saml-metadata-rpi-v1.0.xsd
 
 pkgxml_DATA = \
        saml20-catalog.xml \