glsl: Add lex and yacc sources to distribution.
authorMatt Turner <mattst88@gmail.com>
Tue, 12 Nov 2013 04:08:01 +0000 (20:08 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:46 +0000 (12:11 -0800)
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

index df0b6a063970535e4d8c624bc8ddfc1124ee4189..2b5ba59e7fae23f4b3800cc17a8c65d9acc47c12 100644 (file)
@@ -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