Add spec.xml to the distribution, since it is needed to build headers that we're...
authorMike Gorse <mgorse@boston.site>
Fri, 25 Jul 2008 20:57:35 +0000 (15:57 -0500)
committerMike Gorse <mgorse@boston.site>
Fri, 25 Jul 2008 20:57:35 +0000 (15:57 -0500)
xml/Makefile.am

index eb22872..7a68824 100644 (file)
@@ -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