From e3ea9399888110cf3bc05ab15c6cf69db0de99c3 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 11 Nov 2013 22:24:09 -0800 Subject: [PATCH] glsl: Add parser headers to distribution. --- src/glsl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 = \ -- 2.30.2