From e0727aba5f63261efff49bf17882de45ee6adfa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 5 Jul 2018 21:39:45 +0200 Subject: [PATCH] clutter/tests/micro-bench: Don't define unused macro TESTS_DATA_DIR was not used by any of the tests, so no use defining it. --- clutter/tests/micro-bench/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/clutter/tests/micro-bench/Makefile.am b/clutter/tests/micro-bench/Makefile.am index a3320c492..bca6e242e 100644 --- a/clutter/tests/micro-bench/Makefile.am +++ b/clutter/tests/micro-bench/Makefile.am @@ -17,7 +17,6 @@ AM_CPPFLAGS = \ -DGLIB_DISABLE_DEPRECATION_WARNINGS \ -DCOGL_DISABLE_DEPRECATION_WARNINGS \ -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \ - -DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \ -I$(top_srcdir)/../cogl \ -I$(top_builddir)/../cogl \ -I$(top_builddir)/../cogl/cogl \