From 49d7bcea8203a5e5398f3a10b3ac1e63d07128a0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 2 Mar 2014 21:10:57 +0000 Subject: gallium/targets: use install-gallium-targets.mk Signed-off-by: Emil Velikov Reviewed-by: Jon TURNEY --- src/gallium/targets/opencl/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/gallium/targets/opencl') 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@OPENCL_LIBNAME@.la - $(MKDIR_P) $(top_builddir)/$(LIB_DIR) - ln -f .libs/lib@OPENCL_LIBNAME@.so* $(top_builddir)/$(LIB_DIR)/ +include $(top_srcdir)/install-gallium-links.mk -- cgit v1.2.3