examples: Move $(WARN_CFLAGS) to $(AM_CFLAGS)
commita5544e021fff1044e2805604c18e7e4dbbf36302
authorAndrea Bolognani <abologna@redhat.com>
Wed, 22 May 2019 17:15:49 +0000 (22 19:15 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:21 +0000 (3 17:27 +0200)
treed4cd0150bd036644e905ac4a2454d2550d364092
parent0a7b5b6e10cb230444efea51ea50d73d558989cd
examples: Move $(WARN_CFLAGS) to $(AM_CFLAGS)

$(AM_CPPFLAGS) is for passing options to the C preprocessor,
not the C compiler, and the stuff in $(WARN_CFLAGS) belongs
to the latter category.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
examples/Makefile.am