From 3125cd1f6bf617a61d4f51dddda8b303a2c1078c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 11 Nov 2013 20:08:01 -0800 Subject: [PATCH] glsl: Add lex and yacc sources to distribution. Since we have manual build rules and list the .c/.cpp files in SOURCES, we need to explicitly list these for distribution. --- src/glsl/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index df0b6a06397..2b5ba59e7fa 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -30,7 +30,11 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) -EXTRA_DIST = tests glcpp/tests README TODO +EXTRA_DIST = tests glcpp/tests README TODO \ + glsl_lexer.ll \ + glsl_parser.yy \ + glcpp/glcpp-lex.l \ + glcpp/glcpp-parse.y include Makefile.sources -- 2.30.2