Browse Source

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>
tags/gles3-fmt-v1
Andreas Boll 13 years ago
parent
commit
a0a90ea920
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Makefile.am

+ 2
- 0
Makefile.am 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 \

Loading…
Cancel
Save