projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6c9c6
)
util: Build u_bitmask.o when using make.
author
Thomas Hellstrom
<thellstrom@vmware.com>
Mon, 11 Jan 2010 20:00:59 +0000
(21:00 +0100)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Mon, 11 Jan 2010 20:36:51 +0000
(21:36 +0100)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/gallium/auxiliary/util/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/Makefile
b/src/gallium/auxiliary/util/Makefile
index 7e47ec6d3badfe3ebb3af38e1ec387c7f65b3ef3..55990481923e63ca45ca227c6f4a5b88daf29873 100644
(file)
--- a/
src/gallium/auxiliary/util/Makefile
+++ b/
src/gallium/auxiliary/util/Makefile
@@
-4,6
+4,7
@@
include $(TOP)/configs/current
LIBNAME = util
C_SOURCES = \
+ u_bitmask.c \
u_debug.c \
u_debug_dump.c \
u_debug_symbol.c \