diff options
author | José Fonseca <[email protected]> | 2009-04-01 21:00:59 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-04-01 21:29:58 +0100 |
commit | 346e12773219b8a514b6cab7a670777c0fb554b6 (patch) | |
tree | f48d7c1c2e194b1fdf01469957d3968abf5229cf /src/gallium/auxiliary/util/Makefile | |
parent | d11a476ead3e617e45b091f73bd1f67042643a0f (diff) |
util: Lookup symbol names from addresses.
Nice for stack backtraces.
Windows-only for now.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index d68bdeadcc8..5035e9cc133 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -5,6 +5,8 @@ LIBNAME = util C_SOURCES = \ u_debug.c \ + u_debug_symbol.c \ + u_debug_stack.c \ u_blit.c \ u_cache.c \ u_draw_quad.c \ |