diff options
author | Dylan Baker <[email protected]> | 2018-04-20 18:52:55 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-04-20 20:26:56 -0700 |
commit | 6754c2e83d79f93b3a4c8c1c55ca4c5e3b965645 (patch) | |
tree | c3df02e7783a55aedde5875fc7854ef08c7c61d0 /src/gallium/tests | |
parent | 5c8e2501a66ce23872dcc09c43f43a4d8f560e88 (diff) |
autotools: Include new meson files18.1-branchpoint
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | src/gallium/tests/trivial/Makefile.am | 2 | ||||
-rw-r--r-- | src/gallium/tests/unit/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am index 585fb699e6c..db9a54ff0ad 100644 --- a/src/gallium/tests/trivial/Makefile.am +++ b/src/gallium/tests/trivial/Makefile.am @@ -19,5 +19,7 @@ tri_SOURCES = tri.c quad_tex_SOURCES = quad-tex.c +EXTRA_DIST = meson.build + clean-local: -rm -f result.bmp diff --git a/src/gallium/tests/unit/Makefile.am b/src/gallium/tests/unit/Makefile.am index 9f1d3b98cde..f1192af17a6 100644 --- a/src/gallium/tests/unit/Makefile.am +++ b/src/gallium/tests/unit/Makefile.am @@ -32,3 +32,5 @@ u_format_test_SOURCES = u_format_test.c u_format_compatible_test_SOURCES = u_format_compatible_test.c translate_test_SOURCES = translate_test.c + +EXTRA_DIST = meson.build |