diff options
author | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
commit | c963d75dfdeec11f82e79e727062fbf89afa2c04 (patch) | |
tree | 895633dbf641110be46f117c29890c49b3ffc0bd /libraries/evas/src/lib/engines/common_8 | |
parent | Adding the new extantz viewer and grid manager. (diff) | |
download | SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2 SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz |
Update EFL to latest beta.
Diffstat (limited to 'libraries/evas/src/lib/engines/common_8')
-rw-r--r-- | libraries/evas/src/lib/engines/common_8/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/evas/src/lib/engines/common_8/Makefile.in b/libraries/evas/src/lib/engines/common_8/Makefile.in index 7fa4fbb..11b2454 100644 --- a/libraries/evas/src/lib/engines/common_8/Makefile.in +++ b/libraries/evas/src/lib/engines/common_8/Makefile.in | |||
@@ -150,6 +150,8 @@ EVAS_SSE3_CFLAGS = @EVAS_SSE3_CFLAGS@ | |||
150 | EVIL_CFLAGS = @EVIL_CFLAGS@ | 150 | EVIL_CFLAGS = @EVIL_CFLAGS@ |
151 | EVIL_LIBS = @EVIL_LIBS@ | 151 | EVIL_LIBS = @EVIL_LIBS@ |
152 | EXEEXT = @EXEEXT@ | 152 | EXEEXT = @EXEEXT@ |
153 | EXOTIC_CFLAGS = @EXOTIC_CFLAGS@ | ||
154 | EXOTIC_LIBS = @EXOTIC_LIBS@ | ||
153 | FGREP = @FGREP@ | 155 | FGREP = @FGREP@ |
154 | FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ | 156 | FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ |
155 | FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ | 157 | FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ |
@@ -200,6 +202,8 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
200 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | 202 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ |
201 | PIXMAN_LIBS = @PIXMAN_LIBS@ | 203 | PIXMAN_LIBS = @PIXMAN_LIBS@ |
202 | PKG_CONFIG = @PKG_CONFIG@ | 204 | PKG_CONFIG = @PKG_CONFIG@ |
205 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
206 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
203 | PNG_CFLAGS = @PNG_CFLAGS@ | 207 | PNG_CFLAGS = @PNG_CFLAGS@ |
204 | PNG_LIBS = @PNG_LIBS@ | 208 | PNG_LIBS = @PNG_LIBS@ |
205 | RANLIB = @RANLIB@ | 209 | RANLIB = @RANLIB@ |
@@ -218,8 +222,6 @@ VERSION = @VERSION@ | |||
218 | VMAJ = @VMAJ@ | 222 | VMAJ = @VMAJ@ |
219 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ | 223 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ |
220 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ | 224 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ |
221 | WIN32_CFLAGS = @WIN32_CFLAGS@ | ||
222 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ | ||
223 | XCB_CFLAGS = @XCB_CFLAGS@ | 225 | XCB_CFLAGS = @XCB_CFLAGS@ |
224 | XCB_GL_CFLAGS = @XCB_GL_CFLAGS@ | 226 | XCB_GL_CFLAGS = @XCB_GL_CFLAGS@ |
225 | XCB_GL_LIBS = @XCB_GL_LIBS@ | 227 | XCB_GL_LIBS = @XCB_GL_LIBS@ |
@@ -293,8 +295,6 @@ evas_engine_software_ddraw_cflags = @evas_engine_software_ddraw_cflags@ | |||
293 | evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@ | 295 | evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@ |
294 | evas_engine_software_gdi_cflags = @evas_engine_software_gdi_cflags@ | 296 | evas_engine_software_gdi_cflags = @evas_engine_software_gdi_cflags@ |
295 | evas_engine_software_gdi_libs = @evas_engine_software_gdi_libs@ | 297 | evas_engine_software_gdi_libs = @evas_engine_software_gdi_libs@ |
296 | evas_engine_software_sdl_cflags = @evas_engine_software_sdl_cflags@ | ||
297 | evas_engine_software_sdl_libs = @evas_engine_software_sdl_libs@ | ||
298 | evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ | 298 | evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ |
299 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ | 299 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ |
300 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ | 300 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ |