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)
commit562f1ece45788112916ea0a9d858ac51402b7a54
treeb6496601c66baa8725fe47ec97c1959b89854326
parent360f06dde464ebc46945adeb3fcc8c216e770fc1
build: Make sure we don't redefine SCREENSHOTS but append to it

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