build: Stop putting FFI_CFLAGS in AM_CFLAGS
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 17 Jun 2015 20:13:49 +0000 (15:13 -0500)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 18 Jun 2015 11:06:08 +0000 (14:06 +0300)
commitaeeca3169663336a7719faad36a11e0716bd381b
tree2e27a433e181c6ec66e63d510d9e037ac9a29858
parente06f88cf91384099a45ca5e194bbb12d499b1ff9
build: Stop putting FFI_CFLAGS in AM_CFLAGS

AM_CFLAGS are the defaults passed to anything that doesn't specify its own
_CFLAGS, so instead of putting FFI_CFLAGS there, let's just add that to
anything that actually needs it.

The only thing that needs it but didn't have it specifically was
libwayland_util (for connection.c)

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