diff options
author | Andreas Boll <[email protected]> | 2012-11-14 21:43:31 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2012-11-14 23:13:34 +0100 |
commit | 8a9f0fdeabdf51fbb7db91e419827fd47910a401 (patch) | |
tree | b8795938d9f3e0ff6a7f6e23c4088c1f1c7cd785 /Makefile.am | |
parent | bc08f26485c77b3ef3ee7b07d67fd43f2644f1ac (diff) |
build: add missing files to tarballs target
fixes errors ./configure and make was complaining about
NOTE: This is a candidate for the 9.0 branch.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 96ab4495228..a5708a31cc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,9 +61,15 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ + bin/ar-lib \ + bin/compile \ bin/config.sub \ bin/config.guess \ + bin/depcomp \ bin/install-sh \ + bin/ltmain.sh \ + bin/missing \ + bin/ylwrap \ src/glsl/glsl_parser.cc \ src/glsl/glsl_parser.h \ src/glsl/glsl_lexer.cc \ |