summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-12-12 21:33:02 -0800
committerCarl Worth <cworth@cworth.org>2013-12-13 11:12:23 -0800
commit93e399f64112cad2816780c2fbedccccd175b965 (patch)
tree96a0d3f56d5c52d824d594f28aff8e93eb017869
parent38366c0c6e715314367b15680702e382d5c46a4a (diff)
downloadexternal_mesa3d-93e399f64112cad2816780c2fbedccccd175b965.zip
external_mesa3d-93e399f64112cad2816780c2fbedccccd175b965.tar.gz
external_mesa3d-93e399f64112cad2816780c2fbedccccd175b965.tar.bz2
Makefile: Add bin/test-driver to EXTRA_FILES
I'm not sure why this change is necessary. When I've built previous tar files (such as 9.2.4) with the "make tarballs" target, they include the bin/test-driver file. But at my first attempt to build the tar files for the 10.0.1 release this file was not being included and the build failed. (cherry picked from commit d573899b932435b0b37a7a33ebcbdc3c8cedd3e1) [The cherry pick is because I original applied this on the 10.0 branch while working on the 10.0.1 release. But if we don't have this on master as well, this issue will trip us up again the next time we make a new major-release branch off of master.]
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 600adad..4780510 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,7 @@ EXTRA_FILES = \
bin/ltmain.sh \
bin/missing \
bin/ylwrap \
+ bin/test-driver \
src/glsl/glsl_parser.cpp \
src/glsl/glsl_parser.h \
src/glsl/glsl_lexer.cpp \