[Telepathy-commits] [telepathy-gabble/master] tools: add glib-interfaces-*-generator.xsl

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:06 PDT 2008


20080609130030-53eee-a15c4f334681f602f1f1ce6a76b8a3cbad4123da.gz
---
 tools/Makefile.am |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index b79f466..4d0cf1e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,6 +8,8 @@ EXTRA_DIST = \
     doc-generator.xsl \
     glib-ginterface-gen.py \
     glib-gtypes-generator.py \
+    glib-interfaces-generator.xsl \
+    glib-interfaces-body-generator.xsl \
     glib-signals-marshal-gen.py \
     identity.xsl \
     libglibcodegen.py \
@@ -18,8 +20,12 @@ libglibcodegen.py: libtpcodegen.py
 	test -e $@
 	touch $@
 
+glib-interfaces-generator.xsl glib-interfaces-body-generator.xsl: %: c-interfaces-generator.xsl
+	test -e $@
+	touch $@
+
 glib-ginterface-gen.py glib-gtypes-generator.py glib-signals-marshal-gen.py: \
-		libglibcodegen.py
+		%: libglibcodegen.py
 	test -e $@
 	touch $@
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list