diff options
author | Matt Turner <[email protected]> | 2014-12-07 14:07:32 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:50 -0800 |
commit | 952b324b23b1ff8596e3cb168c16a1feb372b32b (patch) | |
tree | 36846d9278a29f04ac1990f55f789e4033676364 /src/mesa/Makefile.am | |
parent | f6502aaa58d854def4c93dc25154a6c97b159fb4 (diff) |
mesa: Add scons files to distribution.
Diffstat (limited to 'src/mesa/Makefile.am')
-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 4345f22c7b2..4ee88365c8c 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -64,6 +64,7 @@ include Makefile.sources EXTRA_DIST = \ drivers/haiku \ + drivers/SConscript \ main/format_info.py \ main/format_parser.py \ main/formats.csv \ @@ -71,6 +72,7 @@ EXTRA_DIST = \ main/get_hash_params.py \ program/program_lexer.l \ program/program_parse.y \ + SConscript \ tnl_dd BUILT_SOURCES = \ |