diff options
author | Carl Worth <cworth@cworth.org> | 2013-10-18 16:58:32 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2013-10-18 16:58:32 -0700 |
commit | 8f0742051e8501e737affb392996aef172034ca8 (patch) | |
tree | 6f84205e31983a0dad8198cc29e0010ad12e39a4 | |
parent | 8eb104699605e1da700cd18ce526fe8afd60103e (diff) |
Add bin/test-driver to the list of files to be distributed.mesa-9.2.2
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.)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2a57397679..cdb70f6a52 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 \ |