mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 08:49:30 +00:00
examples: Enable maintainer compiler flags
Another step in keeping the example code up to date and correct.
This commit is contained in:
@ -32,7 +32,7 @@ LDADD = \
|
|||||||
$(GDK_PIXBUF_LIBS) \
|
$(GDK_PIXBUF_LIBS) \
|
||||||
-lm
|
-lm
|
||||||
|
|
||||||
AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS)
|
AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS) $(MAINTAINER_CFLAGS)
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
|
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
|
||||||
|
Reference in New Issue
Block a user