diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-16 19:55:41 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-16 19:55:41 +0000 |
commit | 017061a6824a1e217d06ea8e9f49afdf3c1aa088 (patch) | |
tree | 86e2e6914d849ad91ea8d178a22af3642dc1a45a /Makefile.am | |
parent | 869966a136e721138eb8503de5c3dac778d8d2e6 (diff) | |
download | efl-017061a6824a1e217d06ea8e9f49afdf3c1aa088.tar.gz efl-017061a6824a1e217d06ea8e9f49afdf3c1aa088.tar.xz efl-017061a6824a1e217d06ea8e9f49afdf3c1aa088.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 25b72996e..dc41e3ad3 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 |