summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
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 \