Evas: Fix building of gl engine w/ new autofoo stuffs.

SVN revision: 61138
This commit is contained in:
Christopher Michael 2011-07-08 00:19:06 +00:00
parent 1ebf2090d8
commit 5b771c43f5
1 changed files with 2 additions and 2 deletions

View File

@ -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