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.
This commit is contained in:
Stefan Schmidt 2016-07-07 11:10:55 +02:00
parent 51f7a7c520
commit 864ea76a2d
1 changed files with 2 additions and 1 deletions

View File

@ -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