diff options
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 1b7e1594c69..57ca0eaf6f7 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -22,7 +22,8 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_opcodes.h \ $(GLSL_SRCDIR)/nir/nir_print.c \ $(GLSL_SRCDIR)/nir/nir_validate.c \ - $(GLSL_SRCDIR)/nir/nir_types.cpp + $(GLSL_SRCDIR)/nir/nir_types.cpp \ + $(GLSL_SRCDIR)/nir/glsl_to_nir.cpp # libglsl |