mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
glsl: Add parser headers to distribution.
This commit is contained in:
parent
4af1905e73
commit
e3ea939988
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue