From 11b7383c9c2a04127bdf68e276c013f7fb9be122 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 25 Jul 2008 15:57:35 -0500 Subject: [PATCH] Add spec.xml to the distribution, since it is needed to build headers that we're distributing --- xml/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/Makefile.am b/xml/Makefile.am index eb22872..7a68824 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -29,7 +29,9 @@ XML_SPEC= \ spec.xml: $(XML_SPEC) xsltproc --xinclude $(top_srcdir)/tools/identity.xsl $< >$@ -EXTRA_DIST = $(XML_SPEC) +# I'm only adding spec.xml because it is needed to build other files that +# are currently being distributed. -MPG +EXTRA_DIST = $(XML_SPEC) spec.xml BUILT_SOURCES = spec.xml CLEANFILES = spec.xml -- 2.7.4