summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-12-06 17:53:37 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-12-09 16:23:20 +0000
commitbedf1664a7232cec704566e55c7804354f633f52 (patch)
treeb3195ac9894855d324ca5992bb1828f46d1e7c1d
parentdc84557ac3af47b59f5145e68cddfe37ca910089 (diff)
downloadclutter-bedf1664a7232cec704566e55c7804354f633f52.tar.gz
build: Disable deprecation warnings in tests/performance
-rw-r--r--tests/performance/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/performance/Makefile.am b/tests/performance/Makefile.am
index 14a4415e4..eb2b8b7c3 100644
--- a/tests/performance/Makefile.am
+++ b/tests/performance/Makefile.am
@@ -22,6 +22,8 @@ AM_CFLAGS = \
$(CLUTTER_CFLAGS) \
$(MAINTAINER_CFLAGS) \
-DG_DISABLE_SINGLE_INCLUDES \
+ -DGLIB_DISABLE_DEPRECATION_WARNINGS \
+ -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\"
perf-report: check