diff options
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index 0d233c11b8d..d55b21ed8c8 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 = |