projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af1905
)
glsl: Add parser headers to distribution.
author
Matt Turner
<mattst88@gmail.com>
Tue, 12 Nov 2013 06:24:09 +0000
(22:24 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:47 +0000
(12:11 -0800)
src/glsl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.am
b/src/glsl/Makefile.am
index 2b5ba59e7fae23f4b3800cc17a8c65d9acc47c12..b51621d3dd930bb2aa557c35c2169663cbc9049a 100644
(file)
--- a/
src/glsl/Makefile.am
+++ b/
src/glsl/Makefile.am
@@
-109,6
+109,7
@@
libglcpp_la_LIBADD = \
libglcpp_la_SOURCES = \
glcpp/glcpp-lex.c \
glcpp/glcpp-parse.c \
+ glcpp/glcpp-parse.h \
$(LIBGLCPP_FILES)
glcpp_glcpp_SOURCES = \
@@
-123,6
+124,7
@@
libglsl_la_LIBADD = libglcpp.la
libglsl_la_SOURCES = \
glsl_lexer.cpp \
glsl_parser.cpp \
+ glsl_parser.h \
$(LIBGLSL_FILES)
glsl_compiler_SOURCES = \