stefan pushed a commit to branch master.

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

commit a806fe3d9923e521130f5a195138008754db4579
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Aug 22 14:37:24 2018 +0200

    examples: elementary: fix path for image include to dist
    
    I missed the correct path for the added image resource in commit
    ce3b2dcd99714a59984656d08e7de55248c234d7
    Distcheck failed as it was not able to find the file.
    
    Differential Revision: https://phab.enlightenment.org/D6893
---
 src/examples/elementary.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/elementary.mk b/src/examples/elementary.mk
index 9ec7dac4f0..7146503901 100644
--- a/src/examples/elementary.mk
+++ b/src/examples/elementary.mk
@@ -165,7 +165,7 @@ elementary/prefs_example_03.epc
        $(AM_V_EPB)$(ELM_PREFS_CC) $< $@
 
 ELM_DATA_FILES = \
-sky_01.jpg \
+elementary/sky_01.jpg \
 elementary/dict.txt \
 $(ELM_EDCS) \
 $(ELM_EPCS)

-- 


Reply via email to