summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl/Makefile.am
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-10-10 13:55:19 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-10-11 21:32:36 +0000
commitc6b0132d1e86556cec71f673473052937d738749 (patch)
tree5ead805bd8a800adfedd0158cd600181bd8a4c67 /src/gallium/targets/opencl/Makefile.am
parent7b01bc1e4c9675d3b7519c8743cecc09ffb4317a (diff)
downloadexternal_mesa3d-c6b0132d1e86556cec71f673473052937d738749.zip
external_mesa3d-c6b0132d1e86556cec71f673473052937d738749.tar.gz
external_mesa3d-c6b0132d1e86556cec71f673473052937d738749.tar.bz2
clover: Don't link against libclangRewrite
This library does not exist in LLVM 3.2 and libOpenCL.so links fine without it on LLVM 3.1 Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets/opencl/Makefile.am')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 4c89e36..e4324f8 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -20,7 +20,6 @@ libOpenCL_la_LIBADD = \
-lclangParse \
-lclangSema \
-lclangAnalysis \
- -lclangRewrite \
-lclangAST \
-lclangLex \
-lclangBasic \