llvmpipe: add lp_setup_coef to makefile
authorKeith Whitwell <keithw@vmware.com>
Fri, 27 Aug 2010 10:18:11 +0000 (11:18 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 27 Aug 2010 10:18:11 +0000 (11:18 +0100)
src/gallium/drivers/llvmpipe/Makefile

index 2892b62920e80b18c009bdce54506586f442a57e..dec874623e5897ac60c50f2f4938c51071351275 100644 (file)
@@ -27,6 +27,8 @@ C_SOURCES = \
        lp_scene_queue.c \
        lp_screen.c \
        lp_setup.c \
+       lp_setup_coef.c \
+       lp_setup_coef_intrin.c \
        lp_setup_line.c \
        lp_setup_point.c \
        lp_setup_tri.c \