summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-13 10:19:23 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-13 10:23:02 +0000
commit42f28684168ff88942f51fb01377702570d9d4d7 (patch)
tree705720bf60387e92222b1e10e7eaf7f7722b9aa0 /src/gallium/auxiliary/util/Makefile
parent734ccee565efd274e47f95ea314220726a38a512 (diff)
gallium: General purpose hash table, which is actually just a convenient frontend to cso_hash.
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 2abbe9500e..2016c6fb1f 100644
--- a/src/gallium/auxiliary/util/Makefile
+++ b/src/gallium/auxiliary/util/Makefile
@@ -8,6 +8,7 @@ C_SOURCES = \
p_tile.c \
p_util.c \
u_handle_table.c \
+ u_hash_table.c \
u_mm.c \
u_snprintf.c