From 768a202dce8e75b45cb66ca5b1d403035e2c6513 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 31 May 2007 21:07:12 +0000 Subject: [PATCH] missing schema --- schemas/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/Makefile.am b/schemas/Makefile.am index f5e877c..bb02843 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = foreign schemafiles = \ + soap-envelope.xsd \ xenc-schema.xsd \ xmldsig-core-schema.xsd \ xml.xsd \ @@ -20,7 +21,7 @@ pkgxml_DATA = \ do-build-file: rm -f ${FILE}.tmp sed < ${srcdir}/${FILE}.in > ${FILE}.tmp \ - -e 's:@-PKGXMLDIR-@:${pkgxmldir}:' + -e 's:@-PKGXMLDIR-@:${pkgxmldir}:g' cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE} rm -f ${FILE}.tmp -- 2.1.4