gallium: add a convience wrapper for simple screens
[mesa.git] / src / gallium / auxiliary / util / Makefile
index f611f82773aee9ea12abd92e116ed5a5c4ffbf60..44c23777218c28f8e6bd6af7bf54d18cf6ba7d20 100644 (file)
@@ -6,10 +6,12 @@ LIBNAME = util
 C_SOURCES = \
        p_debug.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 \
@@ -21,7 +23,8 @@ C_SOURCES = \
        u_stream_wd.c \
        u_tile.c \
        u_time.c \
-       u_timed_winsys.c
+       u_timed_winsys.c \
+       u_simple_screen.c
 
 include ../../Makefile.template