diff options
author | Emil Velikov <[email protected]> | 2015-02-10 13:10:18 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-02-12 13:19:13 +0000 |
commit | 72e602905dd9d86450a936d5a22bf21758844b38 (patch) | |
tree | 6518dfacb7fb5e3287a84e268daac38b50cb0303 /src/glsl | |
parent | 556fc4b84df99a1cd4b18c11fb16f7854a948b2a (diff) |
nir: add missing header to the sources list
Cc: "10.5" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index a580b6e908b..7e66e91703d 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -21,6 +21,7 @@ NIR_FILES = \ nir/glsl_to_nir.h \ nir/nir.c \ nir/nir.h \ + nir/nir_constant_expressions.h \ nir/nir_dominance.c \ nir/nir_from_ssa.c \ nir/nir_intrinsics.c \ |