diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-08-22 16:22:35 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-08-22 16:22:35 -0600 |
commit | 2b87174ec306673c59386102890f35907be497ef (patch) | |
tree | 5ca70bba668020323dfab1c445b4c177a55a29b3 /src/gallium/auxiliary/util/Makefile | |
parent | fe1e39afbb147deab60ecc932c24f921b46f1364 (diff) |
gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index be1b97b535..6eebf6d29b 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -6,7 +6,6 @@ LIBNAME = util C_SOURCES = \ p_debug.c \ p_tile.c \ - p_util.c \ u_blit.c \ u_draw_quad.c \ u_gen_mipmap.c \ @@ -14,6 +13,7 @@ C_SOURCES = \ u_hash_table.c \ u_math.c \ u_mm.c \ + u_rect.c \ u_simple_shaders.c \ u_snprintf.c \ u_time.c |