diff options
Diffstat (limited to 'mesalib/Makefile.am')
-rw-r--r-- | mesalib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/Makefile.am b/mesalib/Makefile.am index 361fb5122..4780510ad 100644 --- a/mesalib/Makefile.am +++ b/mesalib/Makefile.am @@ -36,7 +36,6 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ - VERSION \ bin/ar-lib \ bin/compile \ bin/config.sub \ @@ -46,6 +45,7 @@ EXTRA_FILES = \ bin/ltmain.sh \ bin/missing \ bin/ylwrap \ + bin/test-driver \ src/glsl/glsl_parser.cpp \ src/glsl/glsl_parser.h \ src/glsl/glsl_lexer.cpp \ |