diff options
author | Brian Paul <[email protected]> | 2010-04-16 13:33:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-16 13:34:41 -0600 |
commit | 056df21cb1f40afbaf17ff3913f6d6a12a4079f2 (patch) | |
tree | 5cc2e2e233be0478cf4346b658968e050dd6c226 | |
parent | a57e762c90b65f05a6e179b90c1d6fe5c80e977c (diff) |
llvmpipe: fix linking for lp_test_blend
-rw-r--r-- | 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 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 |