efl: distcheck will run tests and compile all examples.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 5 Jan 2013 14:41:14 +0000 (14:41 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 5 Jan 2013 14:41:14 +0000 (14:41 +0000)
commit7499e9dee07dde18b767e03656b0ce4ee3938e29
tree273fd477c0ca761b73f930b18168fb07dff1fefb
parentd9858fc22356ca4185156a933883ad5985b84be4
efl: distcheck will run tests and compile all examples.

Tests are disabled by default, but they should be mandatory for
distcheck. So should be examples, we should have them to at least
compile.

As there is no way to force "make distcheck" to run "make examples",
I've created --enable-always-build-examples to make examples regular
noinst_PROGRAMS, being always compiled. distcheck will use that
option.

SVN revision: 82276
12 files changed:
Makefile.am
configure.ac
src/benchmarks/eina/Makefile.am
src/benchmarks/eo/Makefile.am
src/examples/ecore/Makefile.am
src/examples/edbus/Makefile.am
src/examples/edje/Makefile.am
src/examples/eet/Makefile.am
src/examples/eina/Makefile.am
src/examples/eio/Makefile.am
src/examples/ephysics/Makefile.am
src/examples/evas/Makefile.am