Makefile.am | Makefile.am | |||
---|---|---|---|---|
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
AM_CPPFLAGS = \ | AM_CPPFLAGS = \ | |||
-I. \ | -I. \ | |||
-I$(top_srcdir)/src/lib \ | -I$(top_srcdir)/src/lib \ | |||
-I$(top_srcdir)/src/lib/include \ | -I$(top_srcdir)/src/lib/include \ | |||
-I$(top_srcdir)/src/modules/engines/gl_common \ | -I$(top_srcdir)/src/modules/engines/gl_common \ | |||
@FREETYPE_CFLAGS@ \ | @FREETYPE_CFLAGS@ \ | |||
@PIXMAN_CFLAGS@ \ | @PIXMAN_CFLAGS@ \ | |||
@EINA_CFLAGS@ \ | @EVAS_GENERAL_CFLAGS@ \ | |||
@GL_EET_CFLAGS@ \ | @GL_EET_CFLAGS@ \ | |||
@FRIBIDI_CFLAGS@ \ | @FRIBIDI_CFLAGS@ \ | |||
@evas_engine_wayland_egl_cflags@ | @evas_engine_wayland_egl_cflags@ | |||
if BUILD_ENGINE_WAYLAND_EGL | if BUILD_ENGINE_WAYLAND_EGL | |||
WAYLAND_EGL_SOURCES = \ | WAYLAND_EGL_SOURCES = \ | |||
evas_engine.c \ | evas_engine.c \ | |||
evas_wl_main.c | evas_wl_main.c | |||
WAYLAND_EGL_LIBADD = @FREETYPE_LIBS@ @GL_EET_LIBS@ @EINA_LIBS@ @evas_engine _wayland_egl_libs@ @dlopen_libs@ $(top_builddir)/src/modules/engines/gl_com mon/libevas_engine_gl_common.la | WAYLAND_EGL_LIBADD = @FREETYPE_LIBS@ @GL_EET_LIBS@ @EVAS_GENERAL_LIBS@ @eva s_engine_wayland_egl_libs@ @dlopen_libs@ $(top_builddir)/src/modules/engine s/gl_common/libevas_engine_gl_common.la | |||
includes_HEADERS = Evas_Engine_Wayland_Egl.h | includes_HEADERS = Evas_Engine_Wayland_Egl.h | |||
includesdir = $(includedir)/evas-@VMAJ@ | includesdir = $(includedir)/evas-@VMAJ@ | |||
if !EVAS_STATIC_BUILD_WAYLAND_EGL | if !EVAS_STATIC_BUILD_WAYLAND_EGL | |||
pkgdir = $(libdir)/evas/modules/engines/wayland_egl/$(MODULE_ARCH) | pkgdir = $(libdir)/evas/modules/engines/wayland_egl/$(MODULE_ARCH) | |||
pkg_LTLIBRARIES = module.la | pkg_LTLIBRARIES = module.la | |||
module_la_SOURCES = $(WAYLAND_EGL_SOURCES) | module_la_SOURCES = $(WAYLAND_EGL_SOURCES) | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |