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/glsl | |
parent | f6502aaa58d854def4c93dc25154a6c97b159fb4 (diff) |
mesa: Add scons files to distribution.
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index c3fe5f6b6a2..7522f9f251a 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -34,7 +34,8 @@ EXTRA_DIST = tests glcpp/tests README TODO \ glsl_lexer.ll \ glsl_parser.yy \ glcpp/glcpp-lex.l \ - glcpp/glcpp-parse.y + glcpp/glcpp-parse.y \ + SConscript include Makefile.sources |