summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 18:16:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-21 14:54:23 +0100
commit62c9d088d88ddb36820a4b36d8cbe337915a9e33 (patch)
treec8ed9a2451b7936ce98c922bbe90c42b5bc509c5 /extensions
parent5d491658d87db83f1598b8ce371c01548288dbac (diff)
downloadtelepathy-logger-62c9d088d88ddb36820a4b36d8cbe337915a9e33.tar.gz
Fix dependency for _gen/cli-misc.h in extensions
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index d52c199..0ef6875 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -106,7 +106,7 @@ _gen/svc-misc.c _gen/svc-misc.h: _gen/misc.xml $(tools_dir)/glib-ginterface-gen.
--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
$< Tpl_Svc_
-_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml $(tools_dir)/glib-ginterface-gen.py \
+_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml $(tools_dir)/glib-client-gen.py \
Makefile.am
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \
--group=misc \