Module: Mesa Branch: master Commit: 0457655035cda3678208cd2850fa75a364a59ca9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0457655035cda3678208cd2850fa75a364a59ca9
Author: José Fonseca <[email protected]> Date: Tue Aug 23 19:49:43 2011 +0100 make: Add missing source file. --- 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 2b1ff5e..07cc315 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
