From: Brian Paul Date: Fri, 16 Apr 2010 19:33:35 +0000 (-0600) Subject: llvmpipe: fix linking for lp_test_blend X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=056df21cb1f40afbaf17ff3913f6d6a12a4079f2;p=mesa.git llvmpipe: fix linking for lp_test_blend --- diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index fe87619ef3a..fad9e3482fa 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