Move -I flags from AM_CFLAGS to AM_CPPFLAGS
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 24 Apr 2012 05:01:16 +0000 (22:01 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 28 Apr 2012 00:56:17 +0000 (17:56 -0700)
commit023d494822fea9c3840e75964451fd9d5213ae06
tree2e9cfb6f5879646e00d156f054ce7dd64c4465c6
parent30506c32f69ea476f3b068ec3bf9b1c2a24991b8
Move -I flags from AM_CFLAGS to AM_CPPFLAGS

Ensures local copy of headers takes precedence over any -I flags the
builder may have passed in CPPFLAGS.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
src/Makefile.am