Mesa (mesa_7_7_branch): util: Add u_bitmask to make build

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Jan 8 16:33:48 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: de37a00d271fc4ab919c3c715322018c0b76369f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de37a00d271fc4ab919c3c715322018c0b76369f

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jan  5 17:51:02 2010 +0100

util: Add u_bitmask to make build

---

 src/gallium/auxiliary/util/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile
index 1d8bb55..7e47ec6 100644
--- a/src/gallium/auxiliary/util/Makefile
+++ b/src/gallium/auxiliary/util/Makefile
@@ -9,6 +9,7 @@ C_SOURCES = \
 	u_debug_symbol.c \
 	u_debug_stack.c \
 	u_blit.c \
+	u_bitmask.c \
 	u_cache.c \
 	u_cpu_detect.c \
 	u_draw_quad.c \




More information about the mesa-commit mailing list