build: Move AM_CFLAGS and AM_CPPFLAGS to the top of Makefile.am
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 17 Jun 2015 20:13:48 +0000 (15:13 -0500)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 18 Jun 2015 11:05:24 +0000 (14:05 +0300)
commite06f88cf91384099a45ca5e194bbb12d499b1ff9
treeb8a827a1499a3bafeddd1e70f2950a0b3ad38584
parent1faeb7ff4894be9649d042103178ce22693cd6d1
build: Move AM_CFLAGS and AM_CPPFLAGS to the top of Makefile.am

AM_CFLAGS and AM_CPPFLAGS aren't positional, so putting them at a
random place in Makefile.am can be misleading.

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Makefile.am