diff options
author | Michel Dänzer <[email protected]> | 2013-12-04 11:56:10 +0900 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2013-12-04 11:56:10 +0900 |
commit | 79e651262900c4234046f3661c4c3aa5431c4666 (patch) | |
tree | b77192a03a4f53c032c8ec09724f61c9c74367ce /src/gallium/targets | |
parent | 26b7b50afeea8ff252501b9c9b10385960b236f0 (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.am | 2 |
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 |