diff options
author | Emil Velikov <[email protected]> | 2015-11-20 14:59:27 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-20 18:07:58 +0000 |
commit | ae6d6941f6656494adafb025475f83e02c6dd684 (patch) | |
tree | bd2f07f8f1869cb5787a34ddd69fb1e3f53cd5e6 /src | |
parent | c45b4257c26b93043508e55c6a1aeb3a8b14eee9 (diff) |
glsl: move builtin_type_macros.h into the correct list
Commit b9b40ef9b76 moved the file, but forgot to update the reference in
the makefile. Thus the out of tree build was busted :\
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/glsl/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index d9db5f61e04..133d06afa3b 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -22,6 +22,7 @@ NIR_FILES = \ nir/glsl_to_nir.h \ nir/glsl_types.cpp \ nir/glsl_types.h \ + nir/builtin_type_macros.h \ nir/nir.c \ nir/nir.h \ nir/nir_array.h \ @@ -99,7 +100,6 @@ LIBGLSL_FILES = \ blob.c \ blob.h \ builtin_functions.cpp \ - builtin_type_macros.h \ builtin_types.cpp \ builtin_variables.cpp \ glsl_parser_extras.cpp \ |