From: Mike Gorse Date: Fri, 25 Jul 2008 20:57:35 +0000 (-0500) Subject: Add spec.xml to the distribution, since it is needed to build headers that we're... X-Git-Tag: AT_SPI2_ATK_2_12_0~620^2^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=11b7383c9c2a04127bdf68e276c013f7fb9be122 Add spec.xml to the distribution, since it is needed to build headers that we're distributing --- 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