From 5b771c43f5b5217bdbd6992ed236c2beb98b8f67 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 8 Jul 2011 00:19:06 +0000 Subject: [PATCH] Evas: Fix building of gl engine w/ new autofoo stuffs. SVN revision: 61138 --- legacy/evas/src/modules/engines/gl_x11/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/modules/engines/gl_x11/Makefile.am b/legacy/evas/src/modules/engines/gl_x11/Makefile.am index ee5bf04877..8b0e622adb 100644 --- a/legacy/evas/src/modules/engines/gl_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_x11/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = \ @PIXMAN_CFLAGS@ \ @EINA_CFLAGS@ \ @GL_EET_CFLAGS@ \ -@evas_engine_gl_x11_cflags@ +@evas_engine_gl_xlib_cflags@ if BUILD_ENGINE_GL_X11 @@ -18,7 +18,7 @@ GL_X11_SOURCES = \ evas_engine.c \ evas_x_main.c -GL_X11_LIBADD = @evas_engine_gl_x11_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la +GL_X11_LIBADD = @evas_engine_gl_xlib_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la includes_HEADERS = Evas_Engine_GL_X11.h