diff options
author | Jakob Bornecrantz <[email protected]> | 2012-03-20 13:24:50 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2012-03-21 19:23:20 +0000 |
commit | 56d05a8d3a11b994c88555757bc43edb00f90130 (patch) | |
tree | 759498ab097f86b36958e7caa7e2d7ff3da554ec /Makefile | |
parent | f1c1c9eabea3c38110dc4312bc6cb4319bb82130 (diff) |
mesa: Include mesa ES mapi generated files
Signed-off-by: Jakob Bornecrantz <[email protected]>
(cherry picked from commit 770f785a6f30e5295ababe44a8e9449ee0be640a)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -199,6 +199,12 @@ EXTRA_FILES = \ src/glsl/glcpp/glcpp-lex.c \ src/glsl/glcpp/glcpp-parse.c \ src/glsl/glcpp/glcpp-parse.h \ + src/mesa/main/api_exec_es1.c \ + src/mesa/main/api_exec_es1_dispatch.h \ + src/mesa/main/api_exec_es1_remap_helper.h \ + src/mesa/main/api_exec_es2.c \ + src/mesa/main/api_exec_es2_dispatch.h \ + src/mesa/main/api_exec_es2_remap_helper.h \ src/mesa/program/lex.yy.c \ src/mesa/program/program_parse.tab.c \ src/mesa/program/program_parse.tab.h |