diff options
author | Emil Velikov <[email protected]> | 2017-02-28 16:18:27 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-28 16:18:27 +0000 |
commit | 8af447d6f0aa5bd8f674536cd06986cced2b8055 (patch) | |
tree | 4f6dab598d4454a92893fab37ac06a1c06c5ade9 /src | |
parent | 3935690d585dac949b0940abd9636059e8e70f0e (diff) |
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 <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |