X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=schemas%2FMakefile.am;h=fb7593d059eceb85f394d60802f110e9972ac970;hp=7d7b5831a26343c67f3567e45dfc14a03f3e0d51;hb=6ebcb67a473a229bc788dc759a36b40a820a97aa;hpb=4f1682334b1cdd6772c550512c7efd1e0b535e6c diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 7d7b583..fb7593d 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -3,9 +3,7 @@ AUTOMAKE_OPTIONS = foreign pkgxmldir = $(datadir)/xml/@PACKAGE@ -pkgxml_DATA = saml20-catalog.xml \ - saml10-catalog.xml \ - saml11-catalog.xml \ +schemafiles = cs-sstc-schema-assertion-01.xsd \ cs-sstc-schema-protocol-01.xsd \ cs-sstc-schema-assertion-1.1.xsd \ @@ -47,6 +45,12 @@ pkgxml_DATA = saml20-catalog.xml \ sstc-saml-metadata-ext-query.xsd \ sstc-saml-protocol-ext-thirdparty.xsd +pkgxml_DATA = \ + saml20-catalog.xml \ + saml10-catalog.xml \ + saml11-catalog.xml \ + $(schemafiles) + # # Some of these need building # @@ -66,11 +70,13 @@ saml10-catalog.xml: ${srcdir}/saml10-catalog.xml.in Makefile ${top_builddir}/con saml11-catalog.xml: ${srcdir}/saml11-catalog.xml.in Makefile ${top_builddir}/config.status $(MAKE) do-build-file FILE=$@ -CLEANFILES = saml20-catalog.xml \ +CLEANFILES = \ + saml20-catalog.xml \ saml10-catalog.xml \ saml11-catalog.xml EXTRA_DIST = \ saml20-catalog.xml.in \ saml10-catalog.xml.in \ - saml11-catalog.xml.in + saml11-catalog.xml.in \ + $(schemafiles)