diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-11-15 10:11:51 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-11-16 10:01:26 +0100 |
commit | 900f5eb7a8b62f9dc50f3fb2739111c546baeaec (patch) | |
tree | 71f2910220296a0127f32394c8795f615613dcde /Makefile.am | |
parent | 4a38926601b3bba066ac72adb10e812b301d4c87 (diff) |
build: add missing Makefile.in files to tarballs target
Those are recently introduced on master.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eafc4601dc..b22458ec80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,7 @@ EXTRA_FILES = \ src/mapi/es2api/Makefile.in \ src/glsl/tests/Makefile.in \ src/glsl/glcpp/Makefile.in \ + src/glsl/builtin_compiler/Makefile.in \ src/glsl/Makefile.in \ src/gtest/Makefile.in \ src/egl/drivers/Makefile.in \ @@ -130,7 +131,9 @@ EXTRA_FILES = \ src/mesa/Makefile.in \ src/mesa/libdricore/Makefile.in \ src/mesa/x86-64/Makefile.in \ + src/mesa/program/Makefile.in \ src/mesa/main/tests/Makefile.in \ + src/mesa/main/tests/hash_table/Makefile.in \ src/mesa/x86/Makefile.in \ Makefile.in |