projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a4639
)
nir: add nir_array.h to the sources list
author
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 5 May 2015 13:39:08 +0000
(14:39 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 5 May 2015 13:39:16 +0000
(14:39 +0100)
Otherwise `make distcheck' will fail.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.sources
b/src/glsl/Makefile.sources
index c471eca23eacb9c128322f5207543432c08f48aa..d784a8107239e0ab3557c65c6d8f57e5031c9a8d 100644
(file)
--- a/
src/glsl/Makefile.sources
+++ b/
src/glsl/Makefile.sources
@@
-22,6
+22,7
@@
NIR_FILES = \
nir/glsl_to_nir.h \
nir/nir.c \
nir/nir.h \
+ nir/nir_array.h \
nir/nir_builder.h \
nir/nir_constant_expressions.h \
nir/nir_dominance.c \