diff options
author | Keith Whitwell <[email protected]> | 2010-05-14 12:10:09 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-05-14 12:19:57 +0100 |
commit | c26751447011a713924b9163a1e0b44fd39c6b1c (patch) | |
tree | e8db4c28d9f8da0a1ab20ced02710dcdbb0ef6cf /src/gallium/targets/graw-xlib/SConscript | |
parent | 7375d7a5c9d5c32fd6bdde0cc8cab8fe41415964 (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/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript index ad84841922d..40332fa4e14 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: |