telepathy-mission-control: Be single-include-compliant when generating service bindings

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 7 06:30:39 PDT 2012


Module: telepathy-mission-control
Branch: master
Commit: 375a55b0bc2f92a0ec6f409695b397aa7f6ec82e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=375a55b0bc2f92a0ec6f409695b397aa7f6ec82e

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep  7 11:15:52 2012 +0100

Be single-include-compliant when generating service bindings

Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54633

---

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b9cd9df..baa7784 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -315,7 +315,7 @@ _gen/svc-%.c _gen/svc-%.h: _gen/%.xml \
 	$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
 		--filename=_gen/svc-$* \
 		--signal-marshal-prefix=_mcd_ext \
-		--include='<telepathy-glib/dbus.h>' \
+		--include='<telepathy-glib/telepathy-glib.h>' \
 		--include='"_gen/signals-marshal.h"' \
 		--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
 		--allow-unstable \



More information about the telepathy-commits mailing list