force building some extras to test release (distcheck).

Some engines are disabled by default, yet they should be checked
before the release. I'd say everything should be tested by make
distcheck, but these are very common:
  - xine
  - sdl
  - harfbuzz

Maybe add wayland, gesture and xinput22 (X) to the list?



SVN revision: 82898
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-16 19:55:41 +00:00
parent 869966a136
commit 017061a682
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
ACLOCAL_AMFLAGS = -I m4
AM_MAKEFLAGS = --no-print-directory
AM_DISTCHECK_CONFIGURE_FLAGS = --with-tests=regular --enable-always-build-examples
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-tests=regular \
--enable-always-build-examples \
--enable-xine \
--enable-sdl \
--enable-harfbuzz
SUBDIRS = src data doc