Mass rename CLUTTER_COMPILATION to COGL_COMPILATION

Reviewed-by: Neil Roberts <neil@linux.intel.com>

(cherry picked from commit a99512e5798e48ffa3a9a1a7eb98bc55647ee1b6)
This commit is contained in:
Tomeu Vizoso
2012-06-20 19:49:08 +02:00
committed by Robert Bragg
parent 4ad1e9b83a
commit 93d0de1d9a
65 changed files with 68 additions and 68 deletions

View File

@ -116,7 +116,7 @@ test_conformance_CPPFLAGS = \
-DCOGL_ENABLE_EXPERIMENTAL_API \
-DCOGL_DISABLE_DEPRECATED \
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\" \
-DCLUTTER_COMPILATION
-DCOGL_COMPILATION
test_conformance_CFLAGS = -g3 -O0 $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS)
test_conformance_LDADD = $(COGL_DEP_LIBS) $(top_builddir)/cogl/libcogl.la

View File

@ -1,4 +1,4 @@
#undef CLUTTER_COMPILATION
#undef COGL_COMPILATION
#include <cogl/cogl.h>
#include "test-utils.h"