projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23b13b
)
gallium/util: add missing util/u_bitmask.c to Makefile
author
Brian Paul
<brianp@vmware.com>
Sat, 23 Jan 2010 00:20:37 +0000
(17:20 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 23 Jan 2010 00:20:37 +0000
(17:20 -0700)
src/gallium/auxiliary/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile
b/src/gallium/auxiliary/Makefile
index 9b6babce33faf655784e4a6a47b58340f25eab36..da1fb6b299f17332613dbf68c06e1aa99d27fff6 100644
(file)
--- a/
src/gallium/auxiliary/Makefile
+++ b/
src/gallium/auxiliary/Makefile
@@
-90,6
+90,7
@@
C_SOURCES = \
util/u_debug_dump.c \
util/u_debug_symbol.c \
util/u_debug_stack.c \
+ util/u_bitmask.c \
util/u_blit.c \
util/u_blitter.c \
util/u_cache.c \