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:
Matt Turner 2013-11-11 22:35:15 -08:00
parent e3ea939988
commit 929bcfb756

View 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 = \