summaryrefslogtreecommitdiff
path: root/Makefile.am
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:12:58 +0100
commita0a90ea92034dc24170364d6d52df01ce623e835 (patch)
tree6e8b0e1a412260ce86805d3c67dbfc53abf746b2 /Makefile.am
parentca8988673baa65107a1b8f6f59b671725d9e4814 (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e0071c0490..7f32bc23273 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 \