trace: Move state dump functions to tr_dump_state.[c|h]
[mesa.git] / src / gallium / drivers / trace / Makefile
index e087db169aa80f304164c530e5671808af34c106..188998d5793bb3664d3c851519c75c7a0bb82c35 100644 (file)
@@ -7,8 +7,8 @@ C_SOURCES = \
        tr_buffer.c \
        tr_context.c \
        tr_dump.c \
+       tr_dump_state.c \
        tr_screen.c \
-       tr_state.c \
        tr_texture.c
 
 include ../../Makefile.template