diff options
author | Emil Velikov <[email protected]> | 2014-03-11 02:21:21 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-31 12:26:16 +0100 |
commit | 2328900f66b4b1d682d79deeb4b66249991c4e89 (patch) | |
tree | d3c88aaebd18ae5daabe7eb5201dcd2ab7ec79a3 /src/gallium/targets/dri-swrast/Makefile.am | |
parent | 1ea1767f72906d833bf9070c2aa9e664885ed72d (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.am | 1 |
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 |