diff options
author | Brian <[email protected]> | 2008-03-17 15:39:19 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-17 15:39:19 -0600 |
commit | 11d723cda68d775fa20e43db16ac2ce7e00430b1 (patch) | |
tree | 1e426de50ae794a8963b0f1004b456cb431aa207 /src/gallium/auxiliary/util/Makefile | |
parent | f1b42595d02828bcc617bc88b4ce6cf38a69ddbf (diff) |
gallium: added new u_draw_quad.c and u_gen_mipmap.c files.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 2016c6fb1f7..d11fa6e8038 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -7,6 +7,8 @@ C_SOURCES = \ p_debug.c \ p_tile.c \ p_util.c \ + u_draw_quad.c \ + u_gen_mipmap.c \ u_handle_table.c \ u_hash_table.c \ u_mm.c \ |