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.)
This commit is contained in:
Carl Worth 2013-10-18 16:58:32 -07:00
parent 8eb1046996
commit 8f0742051e

View file

@ -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 \