GNOME Bugzilla – Bug 740680
get rid of obsolete INCLUDES in Makefile.am
Last modified: 2014-11-27 12:04:25 UTC
Created attachment 291447 [details] [review] patch Get rid of obsolete INCLUDES in all makefiles and replace with *_CPPFLAGS.
Yes. Only comment is >+libnma_la_CPPFLAGS = ${AM_CPPFLAGS} $(MM_GLIB_CFLAGS) We use $() everywhere else, so don't use ${} here
LGTM (assuming it compiles, which I didn't test :) )
There was also a missing "\" at the end some lines. Fixed that, the {}, and pushed.
Thanks!