summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-19 12:24:42 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-19 14:01:49 +0900
commit17158c2f00f5bee29ec8239367fd5498f22e4a91 (patch)
tree198858e5ce45eb5d30c1b10f1910cf2248c33bf6 /src/gallium/auxiliary/util/SConscript
parentd2f6c9ab10656f6ecda131a6785a60565026d249 (diff)
Move mm.c code into util module.
Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself.
Diffstat (limited to 'src/gallium/auxiliary/util/SConscript')
-rw-r--r--src/gallium/auxiliary/util/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/SConscript b/src/gallium/auxiliary/util/SConscript
index b126cf44d6..4717941434 100644
--- a/src/gallium/auxiliary/util/SConscript
+++ b/src/gallium/auxiliary/util/SConscript
@@ -6,6 +6,7 @@ util = env.ConvenienceLibrary(
'p_debug.c',
'p_tile.c',
'p_util.c',
+ 'u_mm.c',
])
auxiliaries.insert(0, util)