diff options
author | Ian Romanick <[email protected]> | 2016-10-14 11:02:18 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2017-01-20 15:41:23 -0800 |
commit | aa38bf1e593eba3e65c4e10154410158d6d263c5 (patch) | |
tree | d569962d62d14b763ebc6690970b5b615eb286c2 /src/compiler/Makefile.sources | |
parent | 8358e58f2534f7e60c452bed2adb628d75b055c3 (diff) |
glsl: Move builtin_function related prototypes to a separate file
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 063cf50be5b..3e16316669e 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -20,6 +20,7 @@ LIBGLSL_FILES = \ glsl/blob.c \ glsl/blob.h \ glsl/builtin_functions.cpp \ + glsl/builtin_functions.h \ glsl/builtin_types.cpp \ glsl/builtin_variables.cpp \ glsl/glsl_parser_extras.cpp \ |