From 929bcfb756e83c3ca1c4d3656762c0e6669b4c1c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 11 Nov 2013 22:35:15 -0800 Subject: [PATCH] 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. --- src/mesa/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 = \ -- 2.30.2