diff options
author | Emil Velikov <[email protected]> | 2014-03-11 13:34:53 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-31 12:26:32 +0100 |
commit | 2d9c33009a62b704e64b49b87ed1cee9c8dcb12b (patch) | |
tree | 35199f97b5f64e0082ba95438830bfef368db199 /src/gallium/targets/dri-i915/Makefile.am | |
parent | 2328900f66b4b1d682d79deeb4b66249991c4e89 (diff) |
gallium/targets: move LLVM_LIBS handling inside Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-i915/Makefile.am')
-rw-r--r-- | src/gallium/targets/dri-i915/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-i915/Makefile.am b/src/gallium/targets/dri-i915/Makefile.am index bba0886c1fb..c9988e3d1a3 100644 --- a/src/gallium/targets/dri-i915/Makefile.am +++ b/src/gallium/targets/dri-i915/Makefile.am @@ -56,7 +56,7 @@ nodist_EXTRA_i915_dri_la_SOURCES = dummy.cpp if HAVE_MESA_LLVM AM_CPPFLAGS += -DGALLIUM_LLVMPIPE -i915_dri_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS) +i915_dri_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la endif include $(top_srcdir)/install-gallium-links.mk |