diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-10-26 12:02:27 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-10-26 12:04:02 +0100 |
commit | 294b5f5f71269cb3a8137abb72b9e2cad38a07d8 (patch) | |
tree | 584dac209e0f966b6cfdab515382f1d32d7a31ea /src/compiler | |
parent | 1ac40173c2abf402150ffa245d03664b159e89e0 (diff) |
compiler: automake: add shader_info.h to the sources list
Otherwise it'll be missing from the tarball.
Fixes: 094fe3a9591 ("nir: move nir_shader_info to a common compiler header")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index a30443da54..669c4999c7 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -5,7 +5,8 @@ LIBCOMPILER_FILES = \ nir_types.cpp \ nir_types.h \ shader_enums.c \ - shader_enums.h + shader_enums.h \ + shader_info.h # libglsl |