summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2013-12-04 11:56:10 +0900
committerMichel Dänzer <michel@daenzer.net>2013-12-04 11:56:10 +0900
commit79e651262900c4234046f3661c4c3aa5431c4666 (patch)
treeb77192a03a4f53c032c8ec09724f61c9c74367ce /src/gallium/targets
parent26b7b50afeea8ff252501b9c9b10385960b236f0 (diff)
pipe-loader: Fix llvmpipe.la path
Fixes make[3]: *** No rule to make target `.../src/gallium/drivers/softpipe/libllvmpipe.la', needed by `pipe_swrast.la'. Stop.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 90b5760421f..97733c13bc5 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -159,7 +159,7 @@ if HAVE_GALLIUM_LLVMPIPE
nodist_EXTRA_pipe_swrast_la_SOURCES = dummy.cpp
pipe_swrast_la_LIBADD += \
- $(top_builddir)/src/gallium/drivers/softpipe/libllvmpipe.la \
+ $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la \
$(LLVM_LIBS)
pipe_swrast_la_LDFLAGS += $(LLVM_LDFLAGS)
endif