summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/radeonsi/vdpau/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/radeonsi/vdpau/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/radeonsi/vdpau/Makefile.am')
-rw-r--r--src/gallium/targets/radeonsi/vdpau/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/radeonsi/vdpau/Makefile.am b/src/gallium/targets/radeonsi/vdpau/Makefile.am
index fc21e4b8cbd..4457892a127 100644
--- a/src/gallium/targets/radeonsi/vdpau/Makefile.am
+++ b/src/gallium/targets/radeonsi/vdpau/Makefile.am
@@ -47,7 +47,6 @@ libvdpau_radeonsi_la_LIBADD = \
$(RADEON_LIBS)
if HAVE_MESA_LLVM
-libvdpau_radeonsi_la_LDFLAGS += $(LLVM_LDFLAGS)
libvdpau_radeonsi_la_LIBADD += $(LLVM_LIBS)
endif