summaryrefslogtreecommitdiff
path: root/clutter-gst/Makefile.am
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-14 00:13:02 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-06-14 00:13:02 +0100
commitafd2e481e82bf8f07479f6090ffdf912387ca0d0 (patch)
tree68a0b8605fcf0daea7283f602348878ccd491062 /clutter-gst/Makefile.am
parent888d25912ca8615dd7068c6f5fd37d233e0768f7 (diff)
downloadclutter-gst-afd2e481e82bf8f07479f6090ffdf912387ca0d0.tar.gz
Introduce --enable-maintainer-cflags
Mimic Clutter with stricter warnings and the use of David Schleef's AS_COMPILER_FLAG macro. Fix a small shadow variable warning introducted by these flags.
Diffstat (limited to 'clutter-gst/Makefile.am')
-rw-r--r--clutter-gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 1251bff..e19cd6f 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -25,7 +25,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir)/clutter-gst/shaders \
-DG_LOG_DOMAIN=\"Clutter-Gst\" \
- @GCC_FLAGS@ \
+ $(MAINTAINER_CFLAGS) \
@CLUTTER_GST_CFLAGS@ \
$(GST_CFLAGS)