program: Add lex and yacc sources to distribution.
authorMatt Turner <mattst88@gmail.com>
Tue, 12 Nov 2013 06:35:15 +0000 (22:35 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:47 +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/mesa/Makefile.am

index b8c92ea..654a660 100644 (file)
@@ -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 = \