target/dri-swrast: fix for nonstandard LLVM prefix
authorNathan Schulte <nmschulte@gmail.com>
Sun, 13 Jan 2013 01:42:04 +0000 (19:42 -0600)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Sun, 13 Jan 2013 11:22:15 +0000 (12:22 +0100)
commit1b8adabe2e6cf1cffcb6cf41d0d10d219c814d84
treed592c297db485964577760abe19229e36d8c3d6c
parent9da454f295062500ebb868e31eebcd5f753f83ff
target/dri-swrast: fix for nonstandard LLVM prefix

Include LLVM_LDFLAGS when building with LLVM.  Fixes the following build
errors:
  CXXLD  swrast_dri.la
  /usr/bin/ld: cannot find -lLLVMR600CodeGen
  /usr/bin/ld: cannot find -lLLVMR600Desc
  /usr/bin/ld: cannot find -lLLVMR600Info
  /usr/bin/ld: cannot find -lLLVMR600AsmPrinter

Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
src/gallium/targets/dri-swrast/Makefile.am