Include ERROR_CFLAGS everywhere we compile C code
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 8 Apr 2013 10:50:38 +0000 (11:50 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 12 Apr 2013 11:17:05 +0000 (12:17 +0100)
commit43da0b634ede2fcbc17ce470f86158c2efe00ed3
tree4e047ce9661624aa0e03cf5391316ffd6238b24c
parentf5271892dac5137a824781f75ea03ee8a8df53dc
Include ERROR_CFLAGS everywhere we compile C code

AM_CFLAGS was missing from a couple of foo_CFLAGS variables (it isn't
"inherited" automatically), so add that too.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=697354
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
26 files changed:
backends/eds/Makefile.am
backends/eds/lib/Makefile.am
backends/key-file/Makefile.am
backends/libsocialweb/Makefile.am
backends/libsocialweb/lib/Makefile.am
backends/ofono/Makefile.am
backends/telepathy/Makefile.am
backends/telepathy/lib/Makefile.am
backends/tracker/Makefile.am
backends/tracker/lib/Makefile.am
folks/Makefile.am
tests/eds/Makefile.am
tests/folks/Makefile.am
tests/key-file/Makefile.am
tests/lib/Makefile.am
tests/lib/eds/Makefile.am
tests/lib/key-file/Makefile.am
tests/lib/libsocialweb/Makefile.am
tests/lib/telepathy/Makefile.am
tests/lib/telepathy/contactlist/Makefile.am
tests/lib/tracker/Makefile.am
tests/libsocialweb/Makefile.am
tests/telepathy/Makefile.am
tests/tracker/Makefile.am
tools/Makefile.am
tools/inspect/Makefile.am