X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=schemas%2FMakefile.am;h=d3997850f2a22c6534d89aeafe9674acd21de788;hp=6ffa02116529d5428de4a25ad7d07c7f6fa756d8;hb=4d48e7c4f1f95891d4ef5004dda17311648e9724;hpb=2db9cdcc7164114b818749651d221c83895642f2 diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 6ffa021..d399785 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -8,7 +8,8 @@ pkgxml_DATA = \ catalog.xml \ xenc-schema.xsd \ xmldsig-core-schema.xsd \ - xml.xsd + xml.xsd \ + xmltooling.xsd # # Some of these need building @@ -26,8 +27,9 @@ catalog.xml: ${srcdir}/catalog.xml.in Makefile ${top_builddir}/config.status CLEANFILES = catalog.xml EXTRA_DIST = \ - catalog.xml.in \ - xenc-schema.xsd \ - xmldsig-core-schema.xsd \ - xml.xsd + catalog.xml.in \ + xenc-schema.xsd \ + xmldsig-core-schema.xsd \ + xml.xsd \ + xmltooling.xsd