From d4540c5f3d045f0871f0050b0c845b2ae6b94c5b Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Wed, 14 Nov 2012 21:43:31 +0100 Subject: [PATCH] build: add missing files to tarballs target fixes errors ./configure and make was complaining about NOTE: This is a candidate for the 9.0 branch. Reviewed-by: Matt Turner (cherry picked from commit 8a9f0fdeabdf51fbb7db91e419827fd47910a401) --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 73bf598..f72fa40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,9 +61,15 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ + bin/ar-lib \ + bin/compile \ bin/config.sub \ bin/config.guess \ + bin/depcomp \ bin/install-sh \ + bin/ltmain.sh \ + bin/missing \ + bin/ylwrap \ src/glsl/glsl_parser.cc \ src/glsl/glsl_parser.h \ src/glsl/glsl_lexer.cc \ -- 2.7.4