diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-10-08 07:16:36 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-10-08 07:16:36 +0000 |
commit | 50cfcfc3235429b7acfe053d5bd393bfc56ca504 (patch) | |
tree | c57bdb5f3f926a7596b7a1303c357f842f71a782 /legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |
parent | 2f674f705993a03dd231103145ce553d275bd9bd (diff) |
Evas: Add GL_EET_CFLAGS tp CPPFLAGS so that Eet.h is found. Patch by JGMiller, fix ticket #874
SVN revision: 63922
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/modules/engines/gl_sdl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am index 961bf412b1..abdeaf0abd 100644 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |||
@@ -9,6 +9,7 @@ AM_CPPFLAGS = \ | |||
9 | @FREETYPE_CFLAGS@ \ | 9 | @FREETYPE_CFLAGS@ \ |
10 | @PIXMAN_CFLAGS@ \ | 10 | @PIXMAN_CFLAGS@ \ |
11 | @EINA_CFLAGS@ \ | 11 | @EINA_CFLAGS@ \ |
12 | @GL_EET_CFLAGS@ \ | ||
12 | @evas_engine_gl_sdl_cflags@ | 13 | @evas_engine_gl_sdl_cflags@ |
13 | 14 | ||
14 | if BUILD_ENGINE_GL_SDL | 15 | if BUILD_ENGINE_GL_SDL |