Mesa (10.0): Makefile: Add bin/test-driver to EXTRA_FILES

Carl Worth cworth at kemper.freedesktop.org
Fri Dec 13 06:16:52 UTC 2013


Module: Mesa
Branch: 10.0
Commit: d573899b932435b0b37a7a33ebcbdc3c8cedd3e1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d573899b932435b0b37a7a33ebcbdc3c8cedd3e1

Author: Carl Worth <cworth at cworth.org>
Date:   Thu Dec 12 21:33:02 2013 -0800

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.

---

 Makefile.am |    1 +
 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				\




More information about the mesa-commit mailing list