From 0457655035cda3678208cd2850fa75a364a59ca9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 23 Aug 2011 19:49:43 +0100 Subject: [PATCH] make: Add missing source file. --- src/gallium/auxiliary/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2