diff options
Diffstat (limited to 'src/mesa/drivers/dri/r300/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r300/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile index ef255264252..cfe81760f2a 100644 --- a/src/mesa/drivers/dri/r300/Makefile +++ b/src/mesa/drivers/dri/r300/Makefile @@ -33,6 +33,9 @@ DRIVER_SOURCES = \ r300_state.c \ r300_render.c \ r300_lib.c \ + r300_texmem.c \ + r300_tex.c \ + r300_texstate.c \ \ r200_context.c \ r200_ioctl.c \ @@ -52,6 +55,7 @@ DRIVER_SOURCES = \ r200_vtxfmt_sse.c \ r200_vtxfmt_x86.c + C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES) X86_SOURCES = r200_vtxtmp_x86.S |