aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-09-11 12:48:05 -0400
committerRob Clark <[email protected]>2015-09-16 10:04:13 -0400
commitf2533f2f8cc059e6d239e414f410483a53970cd3 (patch)
tree7c856cf3e7c54e8b6384cc28f99433b936984b6f /src/mesa/Makefile.sources
parent5bb41d9094b3c9bdf0669fd55418981ed83347e3 (diff)
glsl: shader-enum to name debug fxns
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index ed9848c5454..2a719a0bd89 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -523,7 +523,9 @@ PROGRAM_FILES = \
program/sampler.h \
program/string_to_uint_map.cpp \
program/symbol_table.c \
- program/symbol_table.h
+ program/symbol_table.h \
+ ../glsl/shader_enums.c \
+ ../glsl/shader_enums.h
PROGRAM_NIR_FILES = \
program/prog_to_nir.c \