diff options
author | José Fonseca <[email protected]> | 2008-03-12 15:02:11 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-03-12 15:02:50 +0000 |
commit | 8901a46a742b0cfecde0b981fc65160bf3e8d019 (patch) | |
tree | 1d270396a281e2b1023cdbc67ba3ae673f4abe3d /src/gallium/auxiliary/util/Makefile | |
parent | a2ea51ed828d8b503492a7b42ac937d2642ac4f1 (diff) |
gallium: Generic handle table.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 2a3a9380b3b..2abbe9500ec 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -7,6 +7,7 @@ C_SOURCES = \ p_debug.c \ p_tile.c \ p_util.c \ + u_handle_table.c \ u_mm.c \ u_snprintf.c |