gallium: add a convience wrapper for simple screens
[mesa.git] / src / gallium / auxiliary / util / Makefile
index db3d810a2eca89fe2797576e604c531ebd49ef3e..44c23777218c28f8e6bd6af7bf54d18cf6ba7d20 100644 (file)
@@ -5,17 +5,26 @@ LIBNAME = util
 
 C_SOURCES = \
        p_debug.c \
-       p_tile.c \
-       p_util.c \
        u_blit.c \
+       u_cache.c \
        u_draw_quad.c \
        u_gen_mipmap.c \
        u_handle_table.c \
        u_hash_table.c \
+       u_hash.c \
+       u_keymap.c \
+       u_linear.c \
+       u_math.c \
        u_mm.c \
+       u_rect.c \
        u_simple_shaders.c \
        u_snprintf.c \
-       u_time.c
+       u_stream_stdc.c \
+       u_stream_wd.c \
+       u_tile.c \
+       u_time.c \
+       u_timed_winsys.c \
+       u_simple_screen.c
 
 include ../../Makefile.template