summaryrefslogtreecommitdiff
path: root/src/mesa/es/sources.mak
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-11-06 16:49:04 +0800
committerBrian Paul <brianp@vmware.com>2009-11-06 14:19:23 -0700
commitf1c7874cd95e19929030038a78d889ac095a122a (patch)
tree24177d6c8777a47f14ace2077ef61e80e2884493 /src/mesa/es/sources.mak
parent1af44e9e5a3b522dd083f7e1486146376b01fdff (diff)
mesa/es: Fix symbol conflicts and warnings.
drawtex.c was listed in LOCAL_ES1_SOURCES twice. My mistake when merging the patches. Also, run gl_apitemp.py with -c to silence warnings and add target "install". Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/es/sources.mak')
-rw-r--r--src/mesa/es/sources.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak
index 11f735d52a..f00e41b011 100644
--- a/src/mesa/es/sources.mak
+++ b/src/mesa/es/sources.mak
@@ -4,7 +4,6 @@ include $(MESA)/sources.mak
LOCAL_ES1_SOURCES := \
main/api_exec_es1.c \
- main/drawtex.c \
main/get_es1.c \
main/specials_es1.c \
main/drawtex.c \