summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-10-18 16:58:32 -0700
committerCarl Worth <cworth@cworth.org>2013-10-18 16:58:32 -0700
commit8f0742051e8501e737affb392996aef172034ca8 (patch)
tree6f84205e31983a0dad8198cc29e0010ad12e39a4
parent8eb104699605e1da700cd18ce526fe8afd60103e (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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a57397679b..cdb70f6a52f 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 \