projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ea939
)
program: Add lex and yacc sources to distribution.
author
Matt Turner
<mattst88@gmail.com>
Tue, 12 Nov 2013 06:35:15 +0000
(22:35 -0800)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile.am
b/src/mesa/Makefile.am
index b8c92ea4050e55123b13d3d88185ca913a298360..654a6609491308caed388e97ddb6dd55e7a560d0 100644
(file)
--- 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 = \