diff options
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 5c2aa92132d..af125d79aa0 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -3,9 +3,7 @@ # this is part of MAIN_SOURCES MAIN_ES_SOURCES = \ main/api_exec_es1.c \ - main/api_exec_es2.c \ - main/get_es1.c \ - main/get_es2.c + main/api_exec_es2.c MAIN_SOURCES = \ main/api_arrayelt.c \ |