From aeccda7656ea184ae9606b25d80cc4be83f363c3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 23 Mar 2010 15:48:34 +0000 Subject: extensions/Makefile.am: ensure there's a rule for _gen/cli-body.h This fixes parallel builds, at least on my laptop. --- extensions/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 79a3e27..1080110 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -59,7 +59,7 @@ _gen/svc.c _gen/svc.h: _gen/all.xml $(tools_dir)/glib-ginterface-gen.py \ --not-implemented-func='tp_dbus_g_method_return_not_implemented' \ $< Tpl_Svc_ -_gen/cli.c _gen/cli.h: _gen/all.xml $(tools_dir)/glib-ginterface-gen.py \ +_gen/cli-body.h _gen/cli.h: _gen/all.xml $(tools_dir)/glib-ginterface-gen.py \ Makefile.am $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \ --subclass=TpProxy \ -- cgit v1.2.1