diff options
author | José Fonseca <[email protected]> | 2008-12-22 19:31:52 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-12-22 19:31:52 +0000 |
commit | 9136c9b29ed5c14bc89a4c4e3a391e0b097092e1 (patch) | |
tree | 75268d994baf85d58b4542124862189f44645c06 /src/gallium/auxiliary/util/Makefile | |
parent | ce8469abeb8d48d84a77f3ddd1664d9f98d7d620 (diff) | |
parent | 5f36c5b2c59bb8be53d3712b3896b448ef086c74 (diff) |
Merge commit 'origin/gallium-0.1' into gallium-0.2
Conflicts:
src/gallium/auxiliary/util/Makefile
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 f611f82773a..6773ed73cff 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -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 \ |