diff options
author | Matt Turner <mattst88@gmail.com> | 2013-08-01 14:29:05 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-08-02 09:51:57 -0700 |
commit | 4f83956347a31c68ce9920ead75e07723cf3b5bb (patch) | |
tree | e6c5bef9f60e668a6c190ec9007a08d54f8aae9b /Makefile.am | |
parent | 58548833129f0e197cd84e357b1df14b1b135d96 (diff) | |
download | mesa-4f83956347a31c68ce9920ead75e07723cf3b5bb.tar.gz |
Makefile.am: Remove api_exec_es* from EXTRA_FILES.
These files were removed in commits a0102154 and a8ab7e33.
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index ce391c409a4..343badef4b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,12 +52,6 @@ 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 \ |