Merge branch 'master' of git+ssh://git.codethink.co.uk/git/atspi-dbus
authorMark Doffman <mdoff@silver-wind.(none)>
Fri, 25 Jul 2008 10:41:27 +0000 (11:41 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Fri, 25 Jul 2008 10:41:27 +0000 (11:41 +0100)
atk-adaptor/Makefile.am
configure.ac
po/ChangeLog [new file with mode: 0644]
xml/Makefile.am

index 3b0a5e2..5507ea5 100644 (file)
@@ -27,7 +27,6 @@ libspiatk_la_SOURCES =                \
        hypertext.c             \
        atk-dbus.c              \
        image.c                 \
-       keymasks.h              \
        selection.c             \
        spi-private.h           \
        table.c                 \
index cd49f79..079b175 100644 (file)
@@ -28,6 +28,9 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign])
 
+dnl translation of any at-spi strings: used only for .server
+IT_PROG_INTLTOOL([0.35.0])
+
 AC_PROG_CC
 AM_PATH_PYTHON(2.4)
 AM_DISABLE_STATIC
diff --git a/po/ChangeLog b/po/ChangeLog
new file mode 100644 (file)
index 0000000..e69de29
index 163b599..eb22872 100644 (file)
@@ -37,6 +37,7 @@ 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)/$(DEFAULT_ATSPI_INTROSPECTION_PATH)