From: Matt Turner Date: Tue, 12 Nov 2013 06:35:15 +0000 (-0800) Subject: program: Add lex and yacc sources to distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=929bcfb756e83c3ca1c4d3656762c0e6669b4c1c;p=mesa.git program: 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. --- diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index b8c92ea4050..654a6609491 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -68,6 +68,8 @@ EXTRA_DIST = \ main/formats.csv \ main/get_hash_generator.py \ main/get_hash_params.py \ + program/program_lexer.l \ + program/program_parse.y \ tnl_dd BUILT_SOURCES = \