Module: Mesa Branch: 9.2 Commit: 8f0742051e8501e737affb392996aef172034ca8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f0742051e8501e737affb392996aef172034ca8
Author: Carl Worth <[email protected]> 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
