diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-11-14 21:34:44 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-11-14 23:12:58 +0100 |
commit | a0a90ea92034dc24170364d6d52df01ce623e835 (patch) | |
tree | 6e8b0e1a412260ce86805d3c67dbfc53abf746b2 /Makefile.am | |
parent | ca8988673baa65107a1b8f6f59b671725d9e4814 (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.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5e0071c049..7f32bc2327 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 \ |