summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-12 15:02:11 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-12 15:02:50 +0000
commit8901a46a742b0cfecde0b981fc65160bf3e8d019 (patch)
tree1d270396a281e2b1023cdbc67ba3ae673f4abe3d /src/gallium/auxiliary/util/Makefile
parenta2ea51ed828d8b503492a7b42ac937d2642ac4f1 (diff)
gallium: Generic handle table.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r--src/gallium/auxiliary/util/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile
index 2a3a9380b3..2abbe9500e 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