From 2f4c7876647503cc7a00879dd07f920741fa64c6 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 27 Sep 2016 09:08:24 +0900 Subject: [PATCH] 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 7ae6f30a78..1df0122879 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) $< $@