ecore_wl2: Move surface module file to modules directory
authorDerek Foreman <derek.foreman.samsung@gmail.com>
Mon, 10 Sep 2018 15:34:30 +0000 (10:34 -0500)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 18 Sep 2018 08:39:42 +0000 (17:39 +0900)
It is now similar to how other modules are handled.

Differential Revision: https://phab.enlightenment.org/D7016

Signed-off-by: Derek Foreman <derek.foreman.samsung@gmail.com>
src/Makefile_Ecore_Wl2.am
src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c [moved from src/lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c with 100% similarity]

index 4ce9d52..27a1ac0 100755 (executable)
@@ -77,7 +77,7 @@ lib/ecore_wl2/efl-aux-hints-client-protocol.h \
 lib/ecore_wl2/efl-hints-client-protocol.h \
 lib/ecore_wl2/efl-hints-protocol.c
 
-DMABUFSOURCES = lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c
+DMABUFSOURCES = modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c
 ecorewl2enginedmabufpkgdir = $(libdir)/ecore_wl2/engines/dmabuf/$(MODULE_ARCH)
 ecorewl2enginedmabufpkg_LTLIBRARIES = modules/ecore_wl2/engines/dmabuf/module.la