summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-05-02 11:06:13 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-06-01 11:28:09 -0400
commit7a6b5d42d8f47bee84a6ef387a0939cac4569fb4 (patch)
tree80dd90b9e12ab45824cf4b79486070a51864ab5e /src/gallium/targets/opencl
parentd416780f396c28be977430e0d2225fa4a95780bc (diff)
downloadexternal_mesa3d-7a6b5d42d8f47bee84a6ef387a0939cac4569fb4.zip
external_mesa3d-7a6b5d42d8f47bee84a6ef387a0939cac4569fb4.tar.gz
external_mesa3d-7a6b5d42d8f47bee84a6ef387a0939cac4569fb4.tar.bz2
clover: Link to the necessary LLVM and Clang libs
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 0d233c1..d55b21e 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -9,7 +9,23 @@ libOpenCL_la_LIBADD = \
$(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.a \
$(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
- -ldl
+ -ldl \
+ -lclangCodeGen \
+ -lclangFrontendTool \
+ -lclangFrontend \
+ -lclangDriver \
+ -lclangSerialization \
+ -lclangCodeGen \
+ -lclangParse \
+ -lclangSema \
+ -lclangAnalysis \
+ -lclangRewrite \
+ -lclangAST \
+ -lclangLex \
+ -lclangBasic \
+ -lclangEdit \
+ $(LLVM_LIBS)
+
libOpenCL_la_SOURCES =