mesa: Move get_es*.c to main/
[mesa.git] / src / mesa / es / sources.mak
index 3beea3888446f727d838ef885089bf4393929b92..8526820c806a0e8d993c7e1150ed4a791578399f 100644 (file)
@@ -3,7 +3,6 @@ include $(MESA)/sources.mak
 # LOCAL sources
 
 LOCAL_ES1_SOURCES :=                   \
-       main/get_es1.c                  \
        main/drawtex.c                  \
        main/es_cpaltex.c               \
        main/es_enable.c                \
@@ -25,7 +24,6 @@ LOCAL_ES1_INCLUDES :=                 \
        -I$(MESA)/state_tracker
 
 LOCAL_ES2_SOURCES :=                   \
-       main/get_es2.c                  \
        main/es_cpaltex.c               \
        glapi/glapi-es2/main/enums.c