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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index e2e8eaece10..c153a5d44d9 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -206,4 +206,6 @@ endif EXTRA_DIST += \ tests/graw \ tests/python \ - meson.build + meson.build \ + tests/meson.build \ + tests/graw/meson.build |