GNOME Bugzilla – Bug 613597
[PATCH] introspection: Fix paralel builds
Last modified: 2010-03-22 16:55:43 UTC
Created attachment 156751 [details] [review] Make .gir files depend on their respective .la wrapper One needs to add an explicit dependency between the gir files and the .la libtool wrapper as this dependency is not added automatically by Makefile.introspection. Not adding these breaks parralel builds as make does not wait for the .la to be generated before launching g-ir-scanner.
thanks, committed