mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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.
This commit is contained in:
parent
e3ea939988
commit
929bcfb756
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue