diff options
author | Matt Turner <[email protected]> | 2014-12-06 23:22:20 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:49 -0800 |
commit | 3d357d030faddb11990d37cc8e9327b34de5ea76 (patch) | |
tree | cfc37ba36c8950ad4e0e6efa332f35b2213eebac /src/gallium/targets/opencl | |
parent | 00ab151ad1c17a623f64423e5d01a7f8bba4b98f (diff) |
gallium/targets: Add *.sym files to distribution.
And add d3dadapter9's extra dependency.
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 11cc0c1433c..5daf327fb47 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -44,7 +44,7 @@ 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 +EXTRA_DIST = mesa.icd opencl.sym if HAVE_CLOVER_ICD icddir = /etc/OpenCL/vendors/ |