|
|
|
@ -271,7 +271,8 @@ endif |
|
|
|
|
|
|
|
|
|
if BUILD_ECORE_EVAS_VNC_SERVER |
|
|
|
|
VNCSERVERSOURCES = \ |
|
|
|
|
modules/ecore_evas/vnc_server/ecore_evas_vnc_server.c |
|
|
|
|
modules/ecore_evas/vnc_server/ecore_evas_vnc_server.c \ |
|
|
|
|
modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c |
|
|
|
|
ecoreevasenginevncserverpkgdir = $(libdir)/ecore_evas/vnc_server/$(MODULE_ARCH) |
|
|
|
|
ecoreevasenginevncserverpkg_LTLIBRARIES = modules/ecore_evas/vnc_server/module.la |
|
|
|
|
|
|
|
|
@ -282,26 +283,16 @@ $(install_ecoreevasenginevncserverpkgLTLIBRARIES): install-libLTLIBRARIES |
|
|
|
|
|
|
|
|
|
modules_ecore_evas_vnc_server_module_la_SOURCES = $(VNCSERVERSOURCES) |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ |
|
|
|
|
@ECORE_EVAS_CFLAGS@ \ |
|
|
|
|
@LIBVNCSERVER_CFLAGS@ |
|
|
|
|
-I$(top_builddir)/src/lib/ecore_fb \ |
|
|
|
|
@LIBVNCSERVER_CFLAGS@ \ |
|
|
|
|
@ECORE_EVAS_CFLAGS@ |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_LIBADD = \ |
|
|
|
|
@USE_ECORE_EVAS_LIBS@ \ |
|
|
|
|
@LIBVNCSERVER_LIBS@ |
|
|
|
|
@LIBVNCSERVER_LIBS@ \ |
|
|
|
|
@USE_ECORE_EVAS_LIBS@ |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_DEPENDENCIES = \ |
|
|
|
|
@USE_ECORE_EVAS_INTERNAL_LIBS@ |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_LIBTOOLFLAGS = --tag=disable-static |
|
|
|
|
if BUILD_ECORE_EVAS_FB |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_CPPFLAGS += @ECORE_FB_CFLAGS@ -I$(top_srcdir)/src/modules/evas/engines/fb |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_LIBADD += @USE_ECORE_FB_LIBS@ |
|
|
|
|
VNCSERVERSOURCES += \ |
|
|
|
|
modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c \ |
|
|
|
|
modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.h |
|
|
|
|
endif |
|
|
|
|
if BUILD_ECORE_EVAS_X11 |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_LIBADD += @USE_ECORE_X_LIBS@ |
|
|
|
|
modules_ecore_evas_vnc_server_module_la_CPPFLAGS += @ECORE_X_CFLAGS@ -I$(top_srcdir)/src/modules/evas/engines/software_x11 |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
### Binary |
|
|
|
|