edje examples: update edc examples list on makefile

It was outdated.



SVN revision: 79588
This commit is contained in:
Bruno Dilly 2012-11-23 21:27:38 +00:00
parent a0bd3bc00f
commit 74bc2de752
1 changed files with 12 additions and 11 deletions

View File

@ -16,14 +16,16 @@ endif
#put here all EDCs one needs to the examples #put here all EDCs one needs to the examples
EDCS = \ EDCS = \
animations2.edc \
animations.edc \
basic2.edc \
basic.edc \ basic.edc \
swallow.edc \
text.edc \
table.edc \
box.edc \ box.edc \
codegen.edc \ codegen.edc \
color-class.edc \
drag.edc \ drag.edc \
edje_example.edc \ edje_example.edc \
edje-nested.edc \
embryo_custom_state.edc \ embryo_custom_state.edc \
embryo_pong.edc \ embryo_pong.edc \
embryo_run_program.edc \ embryo_run_program.edc \
@ -35,16 +37,15 @@ external_elm_button.edc \
external_elm_check.edc \ external_elm_check.edc \
external_elm_panes.edc \ external_elm_panes.edc \
external_emotion_elm.edc \ external_emotion_elm.edc \
toggle_using_filter.edc \
signals-messages.edc \
color-class.edc \
perspective.edc \
animations.edc \
lua_script.edc \ lua_script.edc \
perspective.edc \
signalsBubble.edc \
signals-messages.edc \
sigtest.edc \ sigtest.edc \
animations2.edc \ swallow.edc \
basic2.edc \ table.edc \
signalsBubble.edc text.edc \
toggle_using_filter.edc
if ENABLE_MULTISENSE if ENABLE_MULTISENSE
EDCS += multisense.edc EDCS += multisense.edc