From 8750c21d6838bd83065f735470fb96de867ed31f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 17 Sep 2012 10:26:43 +0200 Subject: sync tools/* with tp-glib master Fix extensions/Makefile.am to build with the new tools. --- extensions/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extensions/Makefile.am') diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 2d8b86485..8d674cd13 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -127,8 +127,7 @@ _gen/svc-misc.c _gen/svc-misc.h: _gen/misc.xml \ $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \ --filename=_gen/svc-misc \ --signal-marshal-prefix=_emp_ext \ - --include='' \ - --include='"_gen/signals-marshal.h"' \ + --include='' \ --not-implemented-func='tp_dbus_g_method_return_not_implemented' \ --allow-unstable \ $< Emp_Svc_ -- cgit