summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-04 11:50:13 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:23 +0100
commit696f7f2be51672da41a947a7028e01e82e44a09f (patch)
tree02f591edfa4e41622dccc336c2fa8747a41e555c /src/gallium/auxiliary/util/Makefile
parent5940ba26f78f482442644f52468d65c1e5662d10 (diff)
util: New file dedicated to dump state in human/machine readable format.
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 bc3571e642..77f1133096 100644
--- a/src/gallium/auxiliary/util/Makefile
+++ b/src/gallium/auxiliary/util/Makefile
@@ -5,6 +5,7 @@ LIBNAME = util
C_SOURCES = \
u_debug.c \
+ u_debug_dump.c \
u_debug_symbol.c \
u_debug_stack.c \
u_blit.c \