summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-11-14 21:34:44 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-11-14 23:20:30 +0100
commitd0533029ce19821dae2c3be39d558daa4c574374 (patch)
tree77acf9f5095435f8a166aa94be55b456c8555b31
parent4510df5464abb51af30bf595d68f9bd5f2689f9c (diff)
build: add config.sub and config.guess to tarballs target
fixes errors ./configure was complaining about NOTE: This is a candidate for the 9.0 branch. Reviewed-by: Matt Turner <mattst88@gmail.com> (cherry picked from commit a0a90ea92034dc24170364d6d52df01ce623e835)
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7736492cbc6..d098e40327a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,8 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
EXTRA_FILES = \
aclocal.m4 \
configure \
+ bin/config.sub \
+ bin/config.guess \
bin/install-sh \
src/glsl/glsl_parser.cc \
src/glsl/glsl_parser.h \