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)
commiteb82d1b30ca5cd391b7630f02d0d975c35b14e4e
treebc1a29c577ace987bab0fa08d64d626442cf1417
parentfae14613369584ba4eb168b085f3a7bcfd6edf11
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.
legacy/elementary/src/examples/Makefile.am