diff options
author | Matt Turner <[email protected]> | 2013-11-11 22:24:09 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:47 -0800 |
commit | e3ea9399888110cf3bc05ab15c6cf69db0de99c3 (patch) | |
tree | 067b8ef20815bd3989d23afcbbea206179195ed6 /src | |
parent | 4af1905e73ea8d1ba5285e7e2585154c958191b2 (diff) |
glsl: Add parser headers to distribution.
Diffstat (limited to 'src')
-rw-r--r-- | src/glsl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 = \ |