diff options
author | Matt Turner <[email protected]> | 2013-11-11 22:35:15 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:47 -0800 |
commit | 929bcfb756e83c3ca1c4d3656762c0e6669b4c1c (patch) | |
tree | f2474909071a6c2e3297b9e16e7418b9bf2d3064 /src | |
parent | e3ea9399888110cf3bc05ab15c6cf69db0de99c3 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 = \ |