From 10399e8ddcb1f984951d89f4d6af6eafa0ceb067 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 22 Aug 2018 14:37:24 +0200 Subject: [PATCH] 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)