Module: Mesa
Branch: lp-binning
Commit: 24a3b0d23a93378d77198f1c92f6f381c0ad05b8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=24a3b0d23a93378d77198f1c92f6f381c0ad05b8

Author: Brian Paul <[email protected]>
Date:   Fri Dec  4 13:01:03 2009 -0700

llvmpipe: add missing sources to Makefile

---

 src/gallium/drivers/llvmpipe/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/Makefile 
b/src/gallium/drivers/llvmpipe/Makefile
index 0a5d1b9..6ff45d0 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -37,6 +37,8 @@ C_SOURCES = \
        lp_rast.c \
        lp_rast_tri.c \
        lp_setup.c \
+       lp_setup_line.c \
+       lp_setup_point.c \
        lp_setup_tri.c \
        lp_query.c \
        lp_screen.c \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to