summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-09-27 09:08:24 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-09-27 09:10:16 +0900
commit2f4c7876647503cc7a00879dd07f920741fa64c6 (patch)
treebd44bab028e5987f51b2986ae1797dba6e2e2ce8
parent6c514dddb33f2a1ff77b8839f25487db130898dd (diff)
downloadefl-2f4c7876647503cc7a00879dd07f920741fa64c6.tar.gz
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
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) $< $@