X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xml%2FMakefile.am;h=7a6882435361a6931d2547262c5e529d69ee3be8;hb=11b7383c9c2a04127bdf68e276c013f7fb9be122;hp=ba3c9c60a8edfbb61e5c0d2cb96e13d3e5f8be46;hpb=c5e9d56090f34c0284d602b387bff25a5124ae09;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/xml/Makefile.am b/xml/Makefile.am index ba3c9c6..7a68824 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -4,6 +4,7 @@ XML_SPEC= \ org.freedesktop.atspi.Action.xml \ org.freedesktop.atspi.Application.xml \ org.freedesktop.atspi.Component.xml \ + org.freedesktop.atspi.Desktop.xml \ org.freedesktop.atspi.Document.xml \ org.freedesktop.atspi.EditableText.xml \ org.freedesktop.atspi.Hyperlink.xml \ @@ -14,6 +15,7 @@ XML_SPEC= \ org.freedesktop.atspi.Registry.xml \ org.freedesktop.atspi.DeviceEventController.xml \ org.freedesktop.atspi.DeviceEventListener.xml \ + Accessibility_Relation.xml \ Accessibility_Role.xml \ org.freedesktop.atspi.Selection.xml \ org.freedesktop.atspi.Selector.xml \ @@ -25,14 +27,20 @@ XML_SPEC= \ org.freedesktop.atspi.Value.xml spec.xml: $(XML_SPEC) - xsltproc --xinclude ../tools/identity.xsl $< >$@ + 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 INTROSPECT_FILES = $(addprefix introspection/,$(patsubst %.xml,%,$(filter org.freedesktop.atspi%,$(XML_SPEC)))) $(INTROSPECT_FILES): introspection/%: %.xml ../tools/spec-to-introspect.xsl + @mkdir -p introspection xsltproc ../tools/spec-to-introspect.xsl $< |sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g' >$@ -introspectdir = $(pkgdatadir)/dbus +introspectdir = $(pkgdatadir)/$(DEFAULT_ATSPI_INTROSPECTION_PATH) dist_introspect_DATA = $(INTROSPECT_FILES)