From f206566ceead6bca586753ae63ed3b1369f5fdeb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 21 Aug 2018 14:27:49 -0400 Subject: [PATCH] examples: edje: add forgotten edje-anchors example to build Summary: While this source was in tree it was never build. Adding it to the build system. Thanks Ross for spotting. Depends on D6886 Reviewers: zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers, zmike Tags: #efl Differential Revision: https://phab.enlightenment.org/D6887 --- src/examples/edje.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples/edje.mk b/src/examples/edje.mk index 02ef707..ce4f7af 100644 --- a/src/examples/edje.mk +++ b/src/examples/edje.mk @@ -14,6 +14,7 @@ edje/codegen.edc \ edje/color-class.edc \ edje/drag.edc \ edje/dynamic_multiseat.edc \ +edje/edje-anchors.edc \ edje/edje-group.edc \ edje/edje-nested.edc \ edje/edje-threshold.edc \ @@ -104,6 +105,7 @@ edje/Makefile.examples EDJE_SRCS = \ edje/animations2.c \ +edje/edje-anchors.c \ edje/edje-animations.c \ edje/edje-basic.c \ edje/edje-basic2.c \ @@ -163,6 +165,7 @@ endif if BUILD_LOADER_PNG EXTRA_PROGRAMS += \ edje/animations2 \ +edje/edje-anchors \ edje/edje-animations \ edje/edje-basic \ edje/edje-basic2 \ -- 2.7.4