stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=864ea76a2db320a072aba3153e003fe820e9b5e9
commit 864ea76a2db320a072aba3153e003fe820e9b5e9 Author: Stefan Schmidt <[email protected]> Date: Thu Jul 7 11:10:55 2016 +0200 build: enable examples build during distcheck No example should be left behind. Make sure we run the build for them during distcheck so we can be sure we did not introduce any build problems here. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e6ef149..2e91197 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 AM_MAKEFLAGS = --no-print-directory AM_DISTCHECK_CONFIGURE_FLAGS = \ ---with-tests=regular +--with-tests=regular \ +--enable-always-build-examples SUBDIRS = src data config doc --
