summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-11 22:24:09 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:47 -0800
commite3ea9399888110cf3bc05ab15c6cf69db0de99c3 (patch)
tree067b8ef20815bd3989d23afcbbea206179195ed6 /src/glsl/Makefile.am
parent4af1905e73ea8d1ba5285e7e2585154c958191b2 (diff)
downloadexternal_mesa3d-e3ea9399888110cf3bc05ab15c6cf69db0de99c3.zip
external_mesa3d-e3ea9399888110cf3bc05ab15c6cf69db0de99c3.tar.gz
external_mesa3d-e3ea9399888110cf3bc05ab15c6cf69db0de99c3.tar.bz2
glsl: Add parser headers to distribution.
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r--src/glsl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 2b5ba59..b51621d 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 = \