summaryrefslogtreecommitdiff
path: root/telepathy-glib/codegen.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-23 16:49:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-28 12:47:28 +0100
commitb6d870b1e9f2e7e24c05aabb1a46644fa42b6a47 (patch)
tree1a9b0cba44f2031883182889015bbe242c633804 /telepathy-glib/codegen.am
parente9dc1be04d03551bcbd04923fb78b354c23f5ca1 (diff)
downloadtelepathy-glib-b6d870b1e9f2e7e24c05aabb1a46644fa42b6a47.tar.gz
Fix dependencies on Makefile.am that should be codegen.am
Diffstat (limited to 'telepathy-glib/codegen.am')
-rw-r--r--telepathy-glib/codegen.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index a04ca49d4..43f881016 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -143,10 +143,10 @@ _gen/tp-signals-marshal.list: $(tools_dir)/glib-signals-marshal-gen.py \
_gen/signals-marshal.list: signals-marshal.list _gen/tp-signals-marshal.list
$(AM_V_GEN)sort -u $^ > $@
-_gen/signals-marshal.h: _gen/signals-marshal.list Makefile.am
+_gen/signals-marshal.h: _gen/signals-marshal.list codegen.am
$(AM_V_GEN)$(GLIB_GENMARSHAL) --header --prefix=_tp_marshal $< > $@
-_gen/signals-marshal.c: _gen/signals-marshal.list Makefile.am
+_gen/signals-marshal.c: _gen/signals-marshal.list codegen.am
$(AM_V_GEN){ echo '#include "_gen/signals-marshal.h"' && \
$(GLIB_GENMARSHAL) --body --prefix=_tp_marshal $< ; } > $@
@@ -162,7 +162,7 @@ _gen/tp-spec-%.xml: %.xml _gen/spec-stamp $(tools_dir)/xincludator.py
_gen/tp-svc-%.c _gen/tp-svc-%.h: _gen/tp-spec-%.xml \
$(tools_dir)/glib-ginterface-gen.py \
- Makefile.am
+ codegen.am
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
--filename=_gen/tp-svc-$* \
--signal-marshal-prefix=_tp \
@@ -173,7 +173,7 @@ _gen/tp-svc-%.c _gen/tp-svc-%.h: _gen/tp-spec-%.xml \
_gen/tp-cli-%-body.h _gen/tp-cli-%.h: _gen/tp-spec-%.xml \
$(tools_dir)/glib-client-gen.py \
- Makefile.am
+ codegen.am
$(AM_V_GEN)set -e; \
subclass= ; \
subclass_assert= ; \