diff options
author | Luca Barbieri <[email protected]> | 2010-08-18 00:36:14 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-08-20 18:18:28 +0200 |
commit | d46f91af68e4930b84dd066687c4d865cb54c9b3 (patch) | |
tree | 320ab1e9edc8268c1b0e76cdad88054777b2b613 /src/gallium/auxiliary/Makefile | |
parent | 63d010115c7972d854e0583f8f74e8d0c3407fcd (diff) |
auxiliary: add functions to describe gallium objects
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index eb2a40cbaa3..2dae4792759 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -92,6 +92,7 @@ C_SOURCES = \ translate/translate.c \ translate/translate_cache.c \ util/u_debug.c \ + util/u_debug_describe.c \ util/u_debug_symbol.c \ util/u_debug_stack.c \ util/u_dump_defines.c \ |