diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-05 14:41:14 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-05 14:41:14 +0000 |
commit | 7499e9dee07dde18b767e03656b0ce4ee3938e29 (patch) | |
tree | 273fd477c0ca761b73f930b18168fb07dff1fefb /Makefile.am | |
parent | d9858fc22356ca4185156a933883ad5985b84be4 (diff) | |
download | efl-7499e9dee07dde18b767e03656b0ce4ee3938e29.tar.gz efl-7499e9dee07dde18b767e03656b0ce4ee3938e29.tar.xz efl-7499e9dee07dde18b767e03656b0ce4ee3938e29.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1f266875c..519951e51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 +AM_DISTCHECK_CONFIGURE_FLAGS = --with-tests=regular --enable-always-build-examples SUBDIRS = src data doc |