projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b966cf
)
Fix install location of introspect xml
author
Mike Gorse
<mgorse@boston.site>
Thu, 15 May 2008 19:08:52 +0000
(15:08 -0400)
committer
Mike Gorse
<mgorse@boston.site>
Thu, 15 May 2008 19:08:52 +0000
(15:08 -0400)
xml/Makefile.am
patch
|
blob
|
history
diff --git
a/xml/Makefile.am
b/xml/Makefile.am
index a4f66ce5186db4e9379dc5eaa0fd3b71a8a51072..58a2b2d3d6a62f4045307c69436b2a8ac9ca8ddf 100644
(file)
--- a/
xml/Makefile.am
+++ b/
xml/Makefile.am
@@
-33,4
+33,5
@@
INTROSPECT_FILES = $(addprefix introspection/,$(patsubst %.xml,%,$(filter org.fr
$(INTROSPECT_FILES): introspection/%: %.xml ../tools/spec-to-introspect.xsl
xsltproc ../tools/spec-to-introspect.xsl $< |sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g' >$@
-dist_pkgdata_DATA = $(INTROSPECT_FILES)
+introspectdir = $(pkgdatadir)/dbus
+dist_introspect_DATA = $(INTROSPECT_FILES)