From: Matt Turner Date: Tue, 12 Nov 2013 06:24:09 +0000 (-0800) Subject: glsl: Add parser headers to distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3ea9399888110cf3bc05ab15c6cf69db0de99c3;p=mesa.git glsl: Add parser headers to distribution. --- diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 2b5ba59e7fa..b51621d3dd9 100644 --- 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 = \