build: examples: make sure we build all examples in list

At some point we lost the \ after track_example_01 and in combination with the
commented out line right afterwards we lost all examples coming after this line.

This just surfaced with JPs latest commit when I did a distcheck build but was
there for a longer time. We now make sure all disabled examples are moved out of
the multi-line list.
This commit is contained in:
Stefan Schmidt 2016-08-08 17:20:50 +02:00
parent 72b88e51f4
commit 4d8fd20902
1 changed files with 5 additions and 5 deletions

View File

@ -362,10 +362,7 @@ transit_example_04 \
web_example_01 \
web_example_02 \
win_example \
track_example_01
#benchmark3d \
sphere-hunter \
evas3d_scene_on_button_example \
track_example_01 \
evas3d_object_on_button_example \
evas3d_map_example \
efl_thread_1 \
@ -373,7 +370,10 @@ efl_thread_2 \
efl_thread_3 \
efl_thread_4 \
efl_thread_5 \
efl_thread_6
efl_thread_6
#evas3d_scene_on_button_example
#benchmark3d
#sphere-hunter
# benchmark3d_SOURCES = \
performance/performance.c \