summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-11 20:16:15 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-12-15 13:15:16 +0000
commitd508bf862bdb2c706a6c8a3a0a7f99de77e5c8cc (patch)
tree84a6a6b5a7c06fd2332c9cd015b8ce5a1e1a5869 /src/gallium/auxiliary/util/Makefile
parentc1efa45e04124eff66c48493be50d2b66d248506 (diff)
util: Add dl wrappers.
Borrowed from Mesa, slightly changed for more type safety.
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 1d8bb55bbd..863ced5e93 100644
--- a/src/gallium/auxiliary/util/Makefile
+++ b/src/gallium/auxiliary/util/Makefile
@@ -11,6 +11,7 @@ C_SOURCES = \
u_blit.c \
u_cache.c \
u_cpu_detect.c \
+ u_dl.c \
u_draw_quad.c \
u_format.c \
u_format_access.c \