diff options
author | José Fonseca <[email protected]> | 2009-08-04 11:50:13 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:23 +0100 |
commit | 696f7f2be51672da41a947a7028e01e82e44a09f (patch) | |
tree | 02f591edfa4e41622dccc336c2fa8747a41e555c /src/gallium/auxiliary/util/Makefile | |
parent | 5940ba26f78f482442644f52468d65c1e5662d10 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index bc3571e6421..77f1133096e 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 \ |