examples: Enable maintainer compiler flags

Another step in keeping the example code up to date and correct.
This commit is contained in:
Emmanuele Bassi 2012-06-06 13:39:50 +01:00
parent a541023795
commit ebb61dea1f

View File

@ -32,7 +32,7 @@ LDADD = \
$(GDK_PIXBUF_LIBS) \
-lm
AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS)
AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS) $(MAINTAINER_CFLAGS)
AM_CPPFLAGS = \
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \