diff options
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index c5c30030cad..389eecc9d93 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -21,9 +21,9 @@ libOpenCL_la_LIBADD = \ -lclangSema \ -lclangAnalysis \ -lclangAST \ + -lclangEdit \ -lclangLex \ -lclangBasic \ - -lclangEdit \ $(LLVM_LIBS) |