diff options
author | Emil Velikov <[email protected]> | 2016-01-18 11:35:29 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-01-26 16:08:24 +0000 |
commit | 24f984f64ae58c274f79eaf9148aea37df67131c (patch) | |
tree | c24704b371a23a90349f0b979bd93a6a138c2284 /src/compiler/Makefile.sources | |
parent | 1a882fd2ee84ae28a06cf07902dc4645d8ad4a6d (diff) |
nir: move glsl_types.{cpp,h} to compiler
Allows us to remove the SCons workaround :-)
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Acked-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 73e1771c8a7..38e75cfd8c6 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -1,4 +1,6 @@ LIBCOMPILER_FILES = \ builtin_type_macros.h \ + glsl_types.cpp \ + glsl_types.h \ shader_enums.c \ shader_enums.h |