From 017061a6824a1e217d06ea8e9f49afdf3c1aa088 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 16 Jan 2013 19:55:41 +0000 Subject: [PATCH] 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 --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 25b72996e2..dc41e3ad32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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