diff options
author | Matt Turner <[email protected]> | 2015-01-23 14:27:39 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-01-23 14:27:39 -0800 |
commit | a8b880bd639ca0c6d1b3985d18ea89dd6f7324ba (patch) | |
tree | b99aef586edfdbd17ff4b8a54a8be18d4ee33c96 /src | |
parent | ae494281a49f129886693a1851d6b65f053b09c5 (diff) |
nir: Add headers to distribution.
Diffstat (limited to 'src')
-rw-r--r-- | src/glsl/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 6237627ac60..fde0f8a7205 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -49,11 +49,13 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_search.h \ $(GLSL_SRCDIR)/nir/nir_split_var_copies.c \ $(GLSL_SRCDIR)/nir/nir_to_ssa.c \ + $(GLSL_SRCDIR)/nir/nir_types.h \ $(GLSL_SRCDIR)/nir/nir_validate.c \ $(GLSL_SRCDIR)/nir/nir_worklist.c \ $(GLSL_SRCDIR)/nir/nir_worklist.h \ $(GLSL_SRCDIR)/nir/nir_types.cpp \ $(GLSL_SRCDIR)/nir/glsl_to_nir.cpp \ + $(GLSL_SRCDIR)/nir/glsl_to_nir.h \ $(NIR_GENERATED_FILES) # libglsl |