summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-21 13:53:23 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-21 13:53:23 +0000
commit690cd4d899ef6a45087e634bd1de296c72853e70 (patch)
tree4a8edea2285a0bd0ba62d649cbe5fcdb253c5504 /tools/Makefile.am
parent51bb01ccf6bd863ce80486400ff5b14c0a08a38a (diff)
downloadtelepathy-glib-690cd4d899ef6a45087e634bd1de296c72853e70.tar.gz
Use xincludator.py (from telepathy-qt4) rather than abusing xsltproc to do XInclude.
This helps with portability/cross-compilation. Our only remaining use of XSLT is doc-generator.xsl which is used to compile docs for the example extensions - I'd rather not disable this until we have a Python script that will do sanity checking on spec extensions.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 30b5c2685..4af909ae5 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -23,14 +23,14 @@ EXTRA_DIST = \
glib-interfaces-gen.py \
glib-signals-marshal-gen.py \
gobject-foo.py \
- identity.xsl \
lcov.am \
libtpcodegen.py \
libglibcodegen.py \
make-version-script.py \
telepathy.am \
telepathy-glib-env.in \
- with-session-bus.sh
+ with-session-bus.sh \
+ xincludator.py
CLEANFILES = libtpcodegen.pyc libtpcodegen.pyo libglibcodegen.pyc libglibcodegen.pyo $(noinst_SCRIPTS)