summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 16:19:48 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 13:01:39 +0200
commit12e0ed827fd7304703250fcf0fe115111f4f09ae (patch)
tree88c3a2b9a1ff4d3ec970e1e970a3cb3728486796 /extensions
parent30b7adda0af61a27f81942f878224b1ddee85e64 (diff)
downloadtelepathy-idle-12e0ed827fd7304703250fcf0fe115111f4f09ae.tar.gz
extensions: include telepathy-glib.h in generated code
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 bb837da..8812839 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -49,7 +49,7 @@ _gen/svc.c: _gen/all.xml \
$(tools_dir)/glib-ginterface-gen.py
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
--filename=_gen/svc --signal-marshal-prefix=_idle_ext \
- --include='<telepathy-glib/dbus.h>' \
+ --include='<telepathy-glib/telepathy-glib.h>' \
--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
--allow-unstable \
$< Idle_Svc_