mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
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:
parent
ca8988673b
commit
a0a90ea920
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue