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>
This commit is contained in:
Andreas Boll 2012-11-14 21:34:44 +01:00
parent ca8988673b
commit a0a90ea920
1 changed files with 2 additions and 0 deletions

View File

@ -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 \