diff options
author | Emil Velikov <[email protected]> | 2014-03-02 21:10:57 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-11 12:50:42 +0000 |
commit | 49d7bcea8203a5e5398f3a10b3ac1e63d07128a0 (patch) | |
tree | 91a3a71d3e69736f7236066d35403f7d2861814c /src/gallium/targets/opencl | |
parent | f3595b674829b24b5165905d9a9c352d6df4e927 (diff) |
gallium/targets: use install-gallium-targets.mk
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jon TURNEY <[email protected]>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index a94a518660c..20a52476842 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -51,8 +51,4 @@ icddir = /etc/OpenCL/vendors/ icd_DATA = mesa.icd endif -# Provide compatibility with scripts for the old Mesa build system for -# a while by putting a link to the driver into /lib of the build tree. -all-local: lib@[email protected] - $(MKDIR_P) $(top_builddir)/$(LIB_DIR) - ln -f .libs/lib@[email protected]* $(top_builddir)/$(LIB_DIR)/ +include $(top_srcdir)/install-gallium-links.mk |