diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-08 15:12:57 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-08 15:12:57 +0000 |
commit | 4e9c52c8aaefd979506853d1050f3a42e378a953 (patch) | |
tree | e15d520fa0b4648243a83ea2a523b7a42cfdd6f7 /tools | |
parent | d3b45f3244051fbe8d01306478749cef8213f703 (diff) |
Fix tools/Makefile.am: glib-client-marshaller-gen.py, not .xsl
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index d95bb1e1..9f4e0f81 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = \ check-whitespace.sh \ c-interfaces-generator.xsl \ genginterface.py \ - glib-client-marshaller-gen.xsl \ + glib-client-marshaller-gen.py \ glib-errors-enum-body.xsl \ glib-errors-enum-header.xsl \ glib-interfaces-generator.xsl \ |