mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
examples: Enable maintainer compiler flags
Another step in keeping the example code up to date and correct.
This commit is contained in:
parent
a541023795
commit
ebb61dea1f
@ -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"\" \
|
||||
|
Loading…
Reference in New Issue
Block a user