diff options
author | José Fonseca <[email protected]> | 2011-08-23 19:49:43 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-08-23 19:50:54 +0100 |
commit | 0457655035cda3678208cd2850fa75a364a59ca9 (patch) | |
tree | 4d05fbb255bfdf0e1cbfc31142e887ee4414961a /src/gallium/auxiliary/Makefile.sources | |
parent | abbb8fc3a7d49066ecca10cb9db0b4756a1bbef0 (diff) |
make: Add missing source file.
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 2b1ff5e5e86..07cc3156f07 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -88,6 +88,7 @@ C_SOURCES := \ translate/translate_sse.c \ util/u_debug.c \ util/u_debug_describe.c \ + util/u_debug_memory.c \ util/u_debug_refcnt.c \ util/u_debug_stack.c \ util/u_debug_symbol.c \ |