From fb10b0b99dff0c3f9383d2f23bfc9fdaa96e7c07 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sat, 10 Feb 2007 02:59:07 +0000 Subject: [PATCH] Don't need schemas in DIST target. --- schemas/Makefile.am | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/schemas/Makefile.am b/schemas/Makefile.am index d12acdd..7d7b583 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -1,7 +1,11 @@ AUTOMAKE_OPTIONS = foreign -schemas = soap-envelope.xsd \ +pkgxmldir = $(datadir)/xml/@PACKAGE@ + +pkgxml_DATA = saml20-catalog.xml \ + saml10-catalog.xml \ + saml11-catalog.xml \ cs-sstc-schema-assertion-01.xsd \ cs-sstc-schema-protocol-01.xsd \ cs-sstc-schema-assertion-1.1.xsd \ @@ -43,13 +47,6 @@ schemas = soap-envelope.xsd \ sstc-saml-metadata-ext-query.xsd \ sstc-saml-protocol-ext-thirdparty.xsd -pkgxmldir = $(datadir)/xml/@PACKAGE@ - -pkgxml_DATA = saml20-catalog.xml \ - saml10-catalog.xml \ - saml11-catalog.xml \ - $(schemas) - # # Some of these need building # @@ -76,5 +73,4 @@ CLEANFILES = saml20-catalog.xml \ EXTRA_DIST = \ saml20-catalog.xml.in \ saml10-catalog.xml.in \ - saml11-catalog.xml.in \ - $(schemas) + saml11-catalog.xml.in -- 2.1.4