From c26751447011a713924b9163a1e0b44fd39c6b1c Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 14 May 2010 12:10:09 +0100 Subject: graw: split util code into new file --- src/gallium/targets/graw-xlib/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/graw-xlib/SConscript') diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript index ad84841922..40332fa4e1 100644 --- a/src/gallium/targets/graw-xlib/SConscript +++ b/src/gallium/targets/graw-xlib/SConscript @@ -25,6 +25,7 @@ env.Append(CPPPATH = [ sources = [ 'graw_xlib.c', + 'graw_util.c', ] if True: -- cgit v1.2.3