From 74bc2de752be52cf38a4d6d92cd4f28ecb655a13 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 23 Nov 2012 21:27:38 +0000 Subject: [PATCH] edje examples: update edc examples list on makefile It was outdated. SVN revision: 79588 --- legacy/edje/src/examples/Makefile.am | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/legacy/edje/src/examples/Makefile.am b/legacy/edje/src/examples/Makefile.am index 99f32df0f1..f20e6834a9 100644 --- a/legacy/edje/src/examples/Makefile.am +++ b/legacy/edje/src/examples/Makefile.am @@ -16,14 +16,16 @@ endif #put here all EDCs one needs to the examples EDCS = \ +animations2.edc \ +animations.edc \ +basic2.edc \ basic.edc \ -swallow.edc \ -text.edc \ -table.edc \ box.edc \ codegen.edc \ +color-class.edc \ drag.edc \ edje_example.edc \ +edje-nested.edc \ embryo_custom_state.edc \ embryo_pong.edc \ embryo_run_program.edc \ @@ -35,16 +37,15 @@ external_elm_button.edc \ external_elm_check.edc \ external_elm_panes.edc \ external_emotion_elm.edc \ -toggle_using_filter.edc \ -signals-messages.edc \ -color-class.edc \ -perspective.edc \ -animations.edc \ lua_script.edc \ +perspective.edc \ +signalsBubble.edc \ +signals-messages.edc \ sigtest.edc \ -animations2.edc \ -basic2.edc \ -signalsBubble.edc +swallow.edc \ +table.edc \ +text.edc \ +toggle_using_filter.edc if ENABLE_MULTISENSE EDCS += multisense.edc