From: Emil Velikov Date: Tue, 28 Feb 2017 16:18:27 +0000 (+0000) Subject: glx/tests: automake: add dispatch-index-check to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8af447d6f0aa5bd8f674536cd06986cced2b8055;p=mesa.git glx/tests: automake: add dispatch-index-check to the tarball Otherwise we'll fail at `make distcheck' Fixes: 3cc33e76401 ("glx: add GLXdispatchIndex sort check") Signed-off-by: Emil Velikov --- diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index 8874c20b010..a41759b863e 100644 --- a/src/glx/tests/Makefile.am +++ b/src/glx/tests/Makefile.am @@ -14,6 +14,7 @@ AM_CPPFLAGS = \ TESTS = glx-test dispatch-index-check check_PROGRAMS = glx-test +EXTRA_DIST = dispatch-index-check glx_test_SOURCES = \ clientinfo_unittest.cpp \