Mesa (9.2): Add bin/test-driver to the list of files to be distributed.

Carl Worth cworth at kemper.freedesktop.org
Sat Oct 19 00:11:47 UTC 2013


Module: Mesa
Branch: 9.2
Commit: 8f0742051e8501e737affb392996aef172034ca8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f0742051e8501e737affb392996aef172034ca8

Author: Carl Worth <cworth at cworth.org>
Date:   Fri Oct 18 16:58:32 2013 -0700

Add bin/test-driver to the list of files to be distributed.

Without this, the build fails for me when trying to build from a generated tar
file after running just ./configure. (It's not clear to me why I didn't
encounter similar breakage with previous releases.)

---

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2a57397..cdb70f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ EXTRA_FILES = \
 	bin/install-sh					\
 	bin/ltmain.sh					\
 	bin/missing					\
+	bin/test-driver					\
 	bin/ylwrap					\
 	src/glsl/glsl_parser.cpp			\
 	src/glsl/glsl_parser.h				\




More information about the mesa-commit mailing list