diff options
Diffstat (limited to 'src/gallium/targets/opencl/Makefile.am')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index 1c5a908b20f..11cc0c1433c 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -43,6 +43,8 @@ lib@OPENCL_LIBNAME@_la_LIBADD = \ nodist_EXTRA_lib@OPENCL_LIBNAME@_la_SOURCES = dummy.cpp lib@OPENCL_LIBNAME@_la_SOURCES = +EXTRA_lib@OPENCL_LIBNAME@_la_DEPENDENCIES = opencl.sym +EXTRA_DIST = mesa.icd if HAVE_CLOVER_ICD icddir = /etc/OpenCL/vendors/ |