Module: Mesa Branch: master Commit: 056df21cb1f40afbaf17ff3913f6d6a12a4079f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=056df21cb1f40afbaf17ff3913f6d6a12a4079f2
Author: Brian Paul <[email protected]> Date: Fri Apr 16 13:33:35 2010 -0600 llvmpipe: fix linking for lp_test_blend --- src/gallium/drivers/llvmpipe/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index fe87619..fad9e34 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -59,7 +59,7 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@ -LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium +LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium libllvmpipe.a $(PROGS): lp_test_main.o _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
