projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae49428
)
nir: Add headers to distribution.
author
Matt Turner
<mattst88@gmail.com>
Fri, 23 Jan 2015 22:27:39 +0000
(14:27 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 23 Jan 2015 22:27:39 +0000
(14:27 -0800)
src/glsl/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.sources
b/src/glsl/Makefile.sources
index 6237627ac60683c2847389067a7e9afdd1690a83..fde0f8a7205efa18dc2ee41eda1359ad087d05eb 100644
(file)
--- 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