tests: elementary: fix build break after rename of efl_ui_view examples

Commit ae8df9ba076e6086900353f0e10480bb2302b44d renamed the files but
did not rename the references in the Makefile.
This commit is contained in:
Stefan Schmidt 2018-04-05 14:30:50 +02:00
parent 23ca86a5c4
commit 3d6f4cc48e
1 changed files with 10 additions and 10 deletions

View File

@ -177,9 +177,9 @@ efl_thread_3.c \
efl_thread_4.c \
efl_thread_5.c \
efl_thread_6.c \
efl_ui_list_example_1.c \
efl_ui_list_example_2.c \
efl_ui_list_example_3.c
efl_ui_view_list_example_1.c \
efl_ui_view_list_example_2.c \
efl_ui_view_list_example_3.c
SRCS += \
bg_cxx_example_01.cc \
@ -210,7 +210,7 @@ evas3d_map_example.edc \
theme_example.edc \
layout_example.edc \
codegen_example.edc \
efl_ui_list_example.edc
efl_ui_view_list_example.edc
EDJS = $(EDCS:%.edc=%.edj)
@ -233,14 +233,14 @@ files_DATA += \
codegen_example.edj \
evas3d_map_example.edj \
twitter_example_01.edj \
efl_ui_list_example.edj
efl_ui_view_list_example.edj
CLEANFILES = \
theme_example.edj \
layout_example.edj\
evas3d_map_example.edj \
twitter_example_01.edj \
efl_ui_list_example.edj
efl_ui_view_list_example.edj
clean-local:
rm -f *.epb *.cfg *.cfg.bkp
@ -393,9 +393,9 @@ efl_thread_3 \
efl_thread_4 \
efl_thread_5 \
efl_thread_6 \
efl_ui_list_example_1 \
efl_ui_list_example_2 \
efl_ui_list_example_3
efl_ui_view_list_example_1 \
efl_ui_view_list_example_2 \
efl_ui_view_list_example_3
#benchmark3d
#sphere-hunter
@ -608,7 +608,7 @@ screenshots: examples
convert $(HTML_SS_DIR)/$${SS_FILE} $(LATEX_SS_DIR)/$${SS_FILE/.png/.eps} ; \
done
EXTRA_DIST = dict.txt layout_example.edc theme_example.edc codegen_example.edc evas3d_map_example.edc twitter_example_01.edc efl_ui_list_example.edc performance/layout.edc performance/background.png performance/target_texture.png sphere_hunter/sphere_hunter.edc sphere_hunter/score.jpg sphere_hunter/EFL_victory.png sphere_hunter/EFL_defeat.png codegen_example_generated.c codegen_example_generated.h codegen_example.edj prefs_example_01.epc prefs_example_02.epc prefs_example_03.epc prefs_example_03.edc
EXTRA_DIST = dict.txt layout_example.edc theme_example.edc codegen_example.edc evas3d_map_example.edc twitter_example_01.edc efl_ui_view_list_example.edc performance/layout.edc performance/background.png performance/target_texture.png sphere_hunter/sphere_hunter.edc sphere_hunter/score.jpg sphere_hunter/EFL_victory.png sphere_hunter/EFL_defeat.png codegen_example_generated.c codegen_example_generated.h codegen_example.edj prefs_example_01.epc prefs_example_02.epc prefs_example_03.epc prefs_example_03.edc
if HAVE_CSHARP
EXTRA_DIST += $(MONO_SRCS)