diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-02-25 15:12:49 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-02-25 19:56:07 +0000 |
commit | 51c65a4c48733da4bc551c657b14314242ff0c4b (patch) | |
tree | 2f291d999ee2d062b4dda0ae8e9c4f66c4eaba63 /Makefile.am | |
parent | b08dbc84fe5ba861d8a4d224bf4c7c467bbf33fe (diff) |
automake: add nine to make distcheck
Will allow us to catch/prevent issues, like the one in mesa 11.2.0-rc1.
Cc: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6e24dd5e5a73..5df8bc3f0dbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-gles1 \ --enable-gles2 \ --enable-glx-tls \ + --enable-nine \ --enable-va \ --enable-vdpau \ --enable-xa \ |