Fixed trying compiling C++ examples with --disable-c++11
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 29 Jul 2014 23:43:48 +0000 (08:43 +0900)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 29 Jul 2014 23:43:48 +0000 (08:43 +0900)
commit540741dd48d0720876a5e68b2aa4aa7a9d79b8a3
tree42a02c8dc12c62090fe406e392c6eb87d2f56cf2
parentee3f0b730ca34aef87915594917adec8fed2f4c2
Fixed trying compiling C++ examples with --disable-c++11

The Makefile.am in examples weren't conditioning the compilation of
C++ examples when C++ is disabled in configuration of elementary.
Which made the compilation to fail when --disable-c++11 is
used (in EFL or elementary) on C++ examples.
src/examples/Makefile.am