summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-09 13:00:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-09 13:00:30 +0000
commit8fd2db0a831af0508f75c5fbfb30db3d879c0141 (patch)
tree8c433c1aed0c26e557c4ba6c766a9648d899b605 /tools
parentf7aea199419923d99b87980ccac31731805985a4 (diff)
tools: add glib-interfaces-*-generator.xsl
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b79f466fc..4d0cf1eaa 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 $@