glx/tests: automake: add dispatch-index-check to the tarball
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 28 Feb 2017 16:18:27 +0000 (16:18 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 28 Feb 2017 16:18:27 +0000 (16:18 +0000)
Otherwise we'll fail at `make distcheck'

Fixes: 3cc33e76401 ("glx: add GLXdispatchIndex sort check")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/glx/tests/Makefile.am

index 8874c20..a41759b 100644 (file)
@@ -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         \