build: Make sure we don't redefine SCREENSHOTS but append to it
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 6 Aug 2014 08:59:49 +0000 (10:59 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 6 Aug 2014 08:59:49 +0000 (10:59 +0200)
In 540741dd48d0720876a5e68b2aa4aa7a9d79b8a3 one screenshot was
moved into HAVE_CXX_11 guards to allow building with cxx11 disabled.

But in the case of cxx11 enabled we want all screenshots plus this
one so append here instead of redefine.

src/examples/Makefile.am

index fa8257f..6cb703a 100644 (file)
@@ -406,7 +406,7 @@ table_example_02:table_example_02.png:0.0 \
 menu_example_01:menu_example_01.png:0.5
 
 if HAVE_CXX11
-SCREENSHOTS = \
+SCREENSHOTS += \
 box_cxx_example_02:box_cxx_example_02.png:1.3
 endif