summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-swrast/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-03-11 02:21:21 +0000
committerEmil Velikov <[email protected]>2014-03-31 12:26:16 +0100
commit2328900f66b4b1d682d79deeb4b66249991c4e89 (patch)
treed3c88aaebd18ae5daabe7eb5201dcd2ab7ec79a3 /src/gallium/targets/dri-swrast/Makefile.am
parent1ea1767f72906d833bf9070c2aa9e664885ed72d (diff)
gallium/targets: fold LLVM_LDFLAGS inside Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-swrast/Makefile.am')
-rw-r--r--src/gallium/targets/dri-swrast/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-swrast/Makefile.am b/src/gallium/targets/dri-swrast/Makefile.am
index e05e99ddeca..26ad3f28698 100644
--- a/src/gallium/targets/dri-swrast/Makefile.am
+++ b/src/gallium/targets/dri-swrast/Makefile.am
@@ -58,7 +58,6 @@ nodist_EXTRA_swrast_dri_la_SOURCES = dummy.cpp
if HAVE_MESA_LLVM
AM_CPPFLAGS += -DGALLIUM_LLVMPIPE
-swrast_dri_la_LDFLAGS += $(LLVM_LDFLAGS)
swrast_dri_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS)
endif