trace: Check for destroy before calling it
[mesa.git] / src / gallium / drivers / trace / Makefile
index 7c570bf7a58b0d229e5d8bbd05e5ab7653b144f2..dd6831c70ab4a620e195e2e8b813367cb86da8c1 100644 (file)
@@ -4,10 +4,14 @@ include $(TOP)/configs/current
 LIBNAME = trace
 
 C_SOURCES = \
+       tr_buffer.c \
        tr_context.c \
        tr_dump.c \
+       tr_dump_state.c \
        tr_screen.c \
        tr_state.c \
+       tr_rbug.c \
+       tr_drm.c \
        tr_texture.c
 
 include ../../Makefile.template