Mesa (mesa_7_7_branch): util: Build u_bitmask.o when using make.

Thomas Hellstrom thomash at kemper.freedesktop.org
Mon Jan 11 20:36:42 UTC 2010


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

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Mon Jan 11 21:00:59 2010 +0100

util: Build u_bitmask.o when using make.

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

---

 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 7e47ec6..5599048 100644
--- 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 \




More information about the mesa-commit mailing list