GNOME Bugzilla – Bug 725891
gio tests: add codegen to BUILT_SOURCES
Last modified: 2014-03-07 13:23:40 UTC
We need to have these in BUILT_SOURCES so that 'make' knows to generate them before attempting to compile other .c files in the same directory (since some of these files include the header). Should fix up remaining issues about partial versions of this file being included under parallel builds.
Created attachment 271212 [details] [review] gio tests: add codegen to BUILT_SOURCES
Review of attachment 271212 [details] [review]: I am very happy we have a culture where even for basic one liners, we write clear and useful commit messages like this.
This patch allows glib to build on my FreeBSD jhbuild box. Which didn't want to build glib before without manual intervention.
Attachment 271212 [details] pushed as 66e2ffe - gio tests: add codegen to BUILT_SOURCES