aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/src/Makefile.in')
-rw-r--r--libraries/evas/src/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/evas/src/Makefile.in b/libraries/evas/src/Makefile.in
index 9b729e1..68cdb12 100644
--- a/libraries/evas/src/Makefile.in
+++ b/libraries/evas/src/Makefile.in
@@ -206,8 +206,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
206PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 206PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
207PIXMAN_LIBS = @PIXMAN_LIBS@ 207PIXMAN_LIBS = @PIXMAN_LIBS@
208PKG_CONFIG = @PKG_CONFIG@ 208PKG_CONFIG = @PKG_CONFIG@
209PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
210PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211PNG_CFLAGS = @PNG_CFLAGS@ 209PNG_CFLAGS = @PNG_CFLAGS@
212PNG_LIBS = @PNG_LIBS@ 210PNG_LIBS = @PNG_LIBS@
213RANLIB = @RANLIB@ 211RANLIB = @RANLIB@
@@ -224,6 +222,8 @@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
224VALGRIND_LIBS = @VALGRIND_LIBS@ 222VALGRIND_LIBS = @VALGRIND_LIBS@
225VERSION = @VERSION@ 223VERSION = @VERSION@
226VMAJ = @VMAJ@ 224VMAJ = @VMAJ@
225WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
226WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
227WIN32_CFLAGS = @WIN32_CFLAGS@ 227WIN32_CFLAGS = @WIN32_CFLAGS@
228WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ 228WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
229XCB_CFLAGS = @XCB_CFLAGS@ 229XCB_CFLAGS = @XCB_CFLAGS@
@@ -305,6 +305,10 @@ evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@
305evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ 305evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@
306evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ 306evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@
307evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ 307evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@
308evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@
309evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@
310evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@
311evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@
308evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ 312evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@
309evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ 313evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@
310evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ 314evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@