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/compiler/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/compiler/Makefile.am')
-rw-r--r-- | src/compiler/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am index 8ec9b0449ca..73435a3b5d6 100644 --- a/src/compiler/Makefile.am +++ b/src/compiler/Makefile.am @@ -64,6 +64,7 @@ EXTRA_DIST = \ glsl/tests/meson.build \ glsl/meson.build \ nir/meson.build \ + spirv/meson.build \ meson.build MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D) |