build: add missing files to tarballs target
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 14 Nov 2012 20:43:31 +0000 (21:43 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 14 Nov 2012 22:13:34 +0000 (23:13 +0100)
fixes errors ./configure and make was complaining about

NOTE: This is a candidate for the 9.0 branch.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Makefile.am

index 96ab4495228bc9dd7826feeede223cd02bb21a78..a5708a31cc520f1c4513756fc0203caf2cfe71c0 100644 (file)
@@ -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                          \