projects
/
platform
/
upstream
/
at-spi2-atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ababa3
)
Add spec.xml to the distribution, since it is needed to build headers that we're...
author
Mike Gorse
<mgorse@boston.site>
Fri, 25 Jul 2008 20:57:35 +0000
(15:57 -0500)
committer
Mike Gorse
<mgorse@boston.site>
Fri, 25 Jul 2008 20:57:35 +0000
(15:57 -0500)
xml/Makefile.am
patch
|
blob
|
history
diff --git
a/xml/Makefile.am
b/xml/Makefile.am
index eb2287257f4a4ebd4b677b2ba85c9df3a2097ff0..7a6882435361a6931d2547262c5e529d69ee3be8 100644
(file)
--- 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