summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-06-04 09:30:48 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-06-15 13:22:16 -0400
commitf56f03428da0bf5256e7076a46df34b53d0b7b59 (patch)
tree368deae0f47aa2097941226be7a7c852f39dcc09 /src/gallium/targets/opencl
parent5e7e7d96b341e937d3b795e94ac4a863c357f724 (diff)
downloadexternal_mesa3d-f56f03428da0bf5256e7076a46df34b53d0b7b59.zip
external_mesa3d-f56f03428da0bf5256e7076a46df34b53d0b7b59.tar.gz
external_mesa3d-f56f03428da0bf5256e7076a46df34b53d0b7b59.tar.bz2
clover: Fix build with LLVM libs installed to non-standard directories
Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index d55b21e..4c89e36 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects
lib_LTLIBRARIES = libOpenCL.la
libOpenCL_la_LDFLAGS = \
+ $(LLVM_LDFLAGS) \
-version-number 1:0
libOpenCL_la_LIBADD = \