build: examples: make sure we build all examples in list
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 8 Aug 2016 15:20:50 +0000 (17:20 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 8 Aug 2016 15:20:50 +0000 (17:20 +0200)
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

index 2d17feb..486e2cd 100644 (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 \