gallium: remove point_size_min and point_size_max from rasterizer state
[mesa.git] / src / gallium / drivers / trace / Makefile
index 3859b8acb06579a925e245cba9aa9ff74a6e5b3c..dd6831c70ab4a620e195e2e8b813367cb86da8c1 100644 (file)
@@ -4,15 +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_texture.c \
-       tr_winsys.c 
-
+       tr_rbug.c \
+       tr_drm.c \
+       tr_texture.c
 
 include ../../Makefile.template
-
-symlinks:
-