GNOME Bugzilla – Bug 643371
Use standard GObject Introspection compilation
Last modified: 2011-03-01 22:04:15 UTC
See patch
Created attachment 181997 [details] [review] Use standard GObject Introspection make rules Instead of defining rules manually, use the included make support, which means Makefiles are less prone to API changes, support verbosity correctly (instead of inconsistently hardcoding --quiet), are cleaner to read, and emit GISCAN/GICOMP instead of GEN (which is nicer).
Review of attachment 181997 [details] [review]: Obviously a ton of small details here, but I didn't see anything wrong when looking through most of it. Let's go with it; thanks for the patch!
Attachment 181997 [details] pushed as 6e3c15e - Use standard GObject Introspection make rules