summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/telepathy-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/telepathy-glib/Makefile.am b/lib/telepathy-glib/Makefile.am
index 112201fd4..d5b75684d 100644
--- a/lib/telepathy-glib/Makefile.am
+++ b/lib/telepathy-glib/Makefile.am
@@ -145,7 +145,7 @@ _gen/svc-%-glue.h: _gen/async-%.xml _gen/.exists
$(DBUS_BINDING_TOOL) --mode=glib-server --output=$@ \
--prefix=tp_svc_`echo $* | tr A-Z a-z` $<
-_gen/svc-%.c _gen/svc-%.h: ../spec/%.xml ../tools/genginterface.py _gen/.exists
+_gen/svc-%.c _gen/svc-%.h _gen/svc-%-signals-marshal.list: ../spec/%.xml ../tools/genginterface.py _gen/.exists
$(PYTHON) $(srcdir)/../tools/genginterface.py $< \
TpSvc`echo $* | tr -d _` _gen/svc-$* _tp