examples: Build with deprecation warnings turned on

We want to ensure that the examples stay valid and idiomatic; thus, we
should build them with deprecation warnings turned on.
This commit is contained in:
Emmanuele Bassi 2012-06-06 13:37:05 +01:00
parent c13290240c
commit 75ef676b15

View File

@ -37,8 +37,7 @@ AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS)
AM_CPPFLAGS = \
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
-DG_DISABLE_SINGLE_INCLUDES \
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS
-DGLIB_DISABLE_DEPRECATION_WARNINGS
noinst_PROGRAMS = $(all_examples)