build: Disable deprecation warnings in tests/micro-bench

This commit is contained in:
Emmanuele Bassi 2011-12-06 17:56:45 +00:00
parent bedf1664a7
commit 9e3a8a678e

View File

@ -20,6 +20,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/"\"
LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm