summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-swrast/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-03-11 13:34:53 +0000
committerEmil Velikov <[email protected]>2014-03-31 12:26:32 +0100
commit2d9c33009a62b704e64b49b87ed1cee9c8dcb12b (patch)
tree35199f97b5f64e0082ba95438830bfef368db199 /src/gallium/targets/dri-swrast/Makefile.am
parent2328900f66b4b1d682d79deeb4b66249991c4e89 (diff)
gallium/targets: move LLVM_LIBS handling 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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-swrast/Makefile.am b/src/gallium/targets/dri-swrast/Makefile.am
index 26ad3f28698..06eb16aec49 100644
--- a/src/gallium/targets/dri-swrast/Makefile.am
+++ b/src/gallium/targets/dri-swrast/Makefile.am
@@ -58,7 +58,7 @@ nodist_EXTRA_swrast_dri_la_SOURCES = dummy.cpp
if HAVE_MESA_LLVM
AM_CPPFLAGS += -DGALLIUM_LLVMPIPE
-swrast_dri_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS)
+swrast_dri_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la
endif
include $(top_srcdir)/install-gallium-links.mk