aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/bin
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/evas/src/bin
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/evas/src/bin')
-rw-r--r--libraries/evas/src/bin/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/evas/src/bin/Makefile.in b/libraries/evas/src/bin/Makefile.in
index 885bfc4..136b34c 100644
--- a/libraries/evas/src/bin/Makefile.in
+++ b/libraries/evas/src/bin/Makefile.in
@@ -212,8 +212,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
212PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 212PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
213PIXMAN_LIBS = @PIXMAN_LIBS@ 213PIXMAN_LIBS = @PIXMAN_LIBS@
214PKG_CONFIG = @PKG_CONFIG@ 214PKG_CONFIG = @PKG_CONFIG@
215PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
216PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
217PNG_CFLAGS = @PNG_CFLAGS@ 215PNG_CFLAGS = @PNG_CFLAGS@
218PNG_LIBS = @PNG_LIBS@ 216PNG_LIBS = @PNG_LIBS@
219RANLIB = @RANLIB@ 217RANLIB = @RANLIB@
@@ -230,6 +228,8 @@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
230VALGRIND_LIBS = @VALGRIND_LIBS@ 228VALGRIND_LIBS = @VALGRIND_LIBS@
231VERSION = @VERSION@ 229VERSION = @VERSION@
232VMAJ = @VMAJ@ 230VMAJ = @VMAJ@
231WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
232WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
233WIN32_CFLAGS = @WIN32_CFLAGS@ 233WIN32_CFLAGS = @WIN32_CFLAGS@
234WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ 234WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
235XCB_CFLAGS = @XCB_CFLAGS@ 235XCB_CFLAGS = @XCB_CFLAGS@
@@ -311,6 +311,10 @@ evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@
311evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ 311evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@
312evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ 312evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@
313evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ 313evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@
314evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@
315evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@
316evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@
317evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@
314evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ 318evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@
315evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ 319evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@
316evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ 320evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@