Add new wayland shm engine files to Makefile.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83267
This commit is contained in:
Christopher Michael 2013-01-24 09:18:26 +00:00 committed by Christopher Michael
parent ac1ecc770a
commit cf7153e8df
1 changed files with 6 additions and 2 deletions

View File

@ -836,9 +836,13 @@ endif
if BUILD_ENGINE_WAYLAND_SHM
dist_installed_evasmainheaders_DATA += modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h
WAYLAND_SHM_SOURCES = \
modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h \
modules/evas/engines/wayland_shm/evas_engine.c \
modules/evas/engines/wayland_shm/evas_outbuf.c \
modules/evas/engines/wayland_shm/evas_engine.h
modules/evas/engines/wayland_shm/evas_engine.h \
modules/evas/engines/wayland_shm/evas_swapbuf.c \
modules/evas/engines/wayland_shm/evas_swapbuf.h \
modules/evas/engines/wayland_shm/evas_swapper.c \
modules/evas/engines/wayland_shm/evas_swapper.h
if EVAS_STATIC_BUILD_WAYLAND_SHM
lib_evas_libevas_la_SOURCES += $(WAYLAND_SHM_SOURCES)
lib_evas_libevas_la_CPPFLAGS += @evas_engine_wayland_shm_cflags@