stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4d8fd2090213db75154bca474e05c1ed3ac16b3d
commit 4d8fd2090213db75154bca474e05c1ed3ac16b3d Author: Stefan Schmidt <[email protected]> Date: Mon Aug 8 17:20:50 2016 +0200 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. --- src/examples/elementary/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/examples/elementary/Makefile.am b/src/examples/elementary/Makefile.am index 2d17feb..486e2cd 100644 --- a/src/examples/elementary/Makefile.am +++ b/src/examples/elementary/Makefile.am @@ -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 \ --
