[Mesa-dev] [PATCH 3/3] build: add missing files to tarballs target

Andreas Boll andreas.boll.dev at gmail.com
Wed Nov 14 13:49:44 PST 2012


fixes errors ./configure and make was complaining about

NOTE: This is a candidate for the 9.0 branch.

Cc: Matt Turner <mattst88 at gmail.com>
---
 Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 96ab449..a5708a3 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				\
-- 
1.7.4.1



More information about the mesa-dev mailing list