]> git.0d.be Git - empathy.git/commit
Make parallel builds work
authorDebarshi Ray <debarshir@src.gnome.org>
Fri, 30 Nov 2012 18:29:13 +0000 (19:29 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 9 Jan 2013 10:13:14 +0000 (11:13 +0100)
commit796b0b439794ca55b7c4114787f80f830ad0e598
treec1d8e1d830e541a5eba03e9a3584e921b6601132
parentd95a09bded20a2cccf0847f4663fd075536399ca
Make parallel builds work

There is no need to execute glib-ginterface-gen.py twice because it
generates both the .c and .h files in one shot. Therefore, merely
having one of them (say the .c) depend on the other (say the .h) is
enough.

Moreover, running it twice breaks parallel builds because one
glib-ginterface-gen.py process steps on the other.

Based on a suggestion from Ryan Lortie.

Fixes: https://bugzilla.gnome.org/688132
extensions/Makefile.am