summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-05-14 12:10:09 +0100
committerKeith Whitwell <keithw@vmware.com>2010-05-14 12:19:57 +0100
commitc26751447011a713924b9163a1e0b44fd39c6b1c (patch)
treee8db4c28d9f8da0a1ab20ced02710dcdbb0ef6cf /src/gallium/targets/graw-xlib/SConscript
parent7375d7a5c9d5c32fd6bdde0cc8cab8fe41415964 (diff)
graw: split util code into new file
Diffstat (limited to 'src/gallium/targets/graw-xlib/SConscript')
-rw-r--r--src/gallium/targets/graw-xlib/SConscript1
1 files changed, 1 insertions, 0 deletions
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: