From 696f7f2be51672da41a947a7028e01e82e44a09f Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 4 Aug 2009 11:50:13 +0100 Subject: util: New file dedicated to dump state in human/machine readable format. --- src/gallium/auxiliary/util/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/util/Makefile') diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index bc3571e642..77f1133096 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -5,6 +5,7 @@ LIBNAME = util C_SOURCES = \ u_debug.c \ + u_debug_dump.c \ u_debug_symbol.c \ u_debug_stack.c \ u_blit.c \ -- cgit v1.2.3