build-sys: Use AM_CPPFLAGS instead of AM_CFLAGS for preprocessor arguments
authorJavier Jardón <jjardon@gnome.org>
Sat, 26 Oct 2013 22:26:12 +0000 (23:26 +0100)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Thu, 26 Jun 2014 10:43:23 +0000 (13:43 +0300)
commitba925a0213fe3e59a5c5cc3ae3c73f8b72cef014
tree36fde87f32417d8345223ac9c43d81ca04eaa8ea
parent9940fecac7189c55fb0992265ed6946dae6074ed
build-sys: Use AM_CPPFLAGS instead of AM_CFLAGS for preprocessor arguments

As the automake documentation says:

AM_CPPFLAGS: The contents of this variable are passed to every compilation
    that invokes the C preprocessor; it is a list of arguments to the preprocessor.
    For instance, -I and -D options should be listed here

AM_CFLAGS: This is the variable the Makefile.am author can use to pass in
    additional C compiler flags.

http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html
src/Makefile.am