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/vdpau-nouveau/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/vdpau-nouveau/Makefile.am')
-rw-r--r-- | src/gallium/targets/vdpau-nouveau/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau-nouveau/Makefile.am b/src/gallium/targets/vdpau-nouveau/Makefile.am index 7ed06994dea..c84cdb2edf0 100644 --- a/src/gallium/targets/vdpau-nouveau/Makefile.am +++ b/src/gallium/targets/vdpau-nouveau/Makefile.am @@ -46,7 +46,6 @@ libvdpau_nouveau_la_LIBADD = \ $(NOUVEAU_LIBS) if HAVE_MESA_LLVM -libvdpau_nouveau_la_LDFLAGS += $(LLVM_LDFLAGS) libvdpau_nouveau_la_LIBADD += $(LLVM_LIBS) endif |