GNOME Bugzilla – Bug 686921
Remove some of the repetition from gio/tests/Makefile.am
Last modified: 2012-10-26 19:32:08 UTC
Remove some of the needless repetition noise in Makefile.am
Created attachment 227335 [details] [review] gio: Remove LDADD repetition from gio/tests Makefile Using a global LDADD for the basic libraries to link.
Created attachment 227338 [details] [review] gio: Remove LDADD repetition from gio/tests Makefile Using a global LDADD for the basic libraries to link.
Created attachment 227339 [details] [review] gio: No need to specify SOURCES when name matches executable Removes some of the duplication from Makefile.am
Review of attachment 227338 [details] [review]: Yeah, looks fine. Using global automake variables makes it harder to convert to non-recursive automake, so I typically dislike it, but on the other hand, there are a rather extreme number of executables here.
Review of attachment 227339 [details] [review]: I didn't know that actually. Nice.