aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/doc/Makefile.in')
-rw-r--r--libraries/evas/doc/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/evas/doc/Makefile.in b/libraries/evas/doc/Makefile.in
index e9a343d..20f2693 100644
--- a/libraries/evas/doc/Makefile.in
+++ b/libraries/evas/doc/Makefile.in
@@ -167,8 +167,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
167PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 167PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
168PIXMAN_LIBS = @PIXMAN_LIBS@ 168PIXMAN_LIBS = @PIXMAN_LIBS@
169PKG_CONFIG = @PKG_CONFIG@ 169PKG_CONFIG = @PKG_CONFIG@
170PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
171PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
172PNG_CFLAGS = @PNG_CFLAGS@ 170PNG_CFLAGS = @PNG_CFLAGS@
173PNG_LIBS = @PNG_LIBS@ 171PNG_LIBS = @PNG_LIBS@
174RANLIB = @RANLIB@ 172RANLIB = @RANLIB@
@@ -185,6 +183,8 @@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
185VALGRIND_LIBS = @VALGRIND_LIBS@ 183VALGRIND_LIBS = @VALGRIND_LIBS@
186VERSION = @VERSION@ 184VERSION = @VERSION@
187VMAJ = @VMAJ@ 185VMAJ = @VMAJ@
186WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
187WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
188WIN32_CFLAGS = @WIN32_CFLAGS@ 188WIN32_CFLAGS = @WIN32_CFLAGS@
189WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ 189WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
190XCB_CFLAGS = @XCB_CFLAGS@ 190XCB_CFLAGS = @XCB_CFLAGS@
@@ -266,6 +266,10 @@ evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@
266evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ 266evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@
267evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ 267evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@
268evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ 268evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@
269evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@
270evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@
271evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@
272evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@
269evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ 273evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@
270evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ 274evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@
271evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ 275evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@