summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-10-23 10:57:15 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-11-02 11:10:04 -0700
commit4be397e164a495f9f2ae8b13497c44f5d584e85f (patch)
treea5981590db4d133d4c8bf25a3bfdb3cbb1b96f12 /Makefile.am
parent6a3c578dcd22e47944bee67d0e484ed1846f547c (diff)
build: Ship install-sh in the tarball
Fixes the problem where configure from the tarball would report missing files: $ ./configure configure: error: cannot find install-sh, install.sh, or shtool in bin NOTE: This is a candidate for the 9.0 branch. (cherry picked from commit ec57fbbc72b552a4f894f32798a2ace16749f520)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a0c1dd144..3caa121970 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,7 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
EXTRA_FILES = \
aclocal.m4 \
configure \
+ bin/install-sh \
src/glsl/glsl_parser.cc \
src/glsl/glsl_parser.h \
src/glsl/glsl_lexer.cc \