raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2f4c7876647503cc7a00879dd07f920741fa64c6

commit 2f4c7876647503cc7a00879dd07f920741fa64c6
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Sep 27 09:08:24 2016 +0900

    efl - fix build to build multip.edj from the right edc source
    
    the makefile was wrong making multip.edj for the multitouch test in
    elm the wrong src thus breaking the crosshairs. this fixes that again
    so the test is right.
    
    @fix
---
 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index 7ae6f30..1df0122 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -235,7 +235,7 @@ elementary/objects/test_external.edj: 
elementary/objects/test_external.edc
        $(MKDIR_P) elementary/objects/; \
        $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@
 
-elementary/objects/multip.edj: elementary/objects/test_external.edc
+elementary/objects/multip.edj: elementary/objects/multip.edc
        $(AM_V_EDJ) \
        $(MKDIR_P) elementary/objects/; \
        $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@

-- 


Reply via email to