summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-29 13:08:06 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-07-13 19:57:34 +0100
commitc73d30dfe90d9aa096fc64024612a6543bd748c7 (patch)
tree9da9e8df80dfae3620f30777c700467fa67364de /src/gallium/targets/opencl
parentabc20120e4aa5a3782f40f7d4a7c6a4f953fca9c (diff)
downloadexternal_mesa3d-c73d30dfe90d9aa096fc64024612a6543bd748c7.zip
external_mesa3d-c73d30dfe90d9aa096fc64024612a6543bd748c7.tar.gz
external_mesa3d-c73d30dfe90d9aa096fc64024612a6543bd748c7.tar.bz2
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Cc: Rob Clark <robclark@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 6ea04d4..441b438 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -20,7 +20,6 @@ lib@OPENCL_LIBNAME@_la_LIBADD = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(top_builddir)/src/util/libmesautil.la \
$(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
- $(GALLIUM_PIPE_LOADER_LIBS) \
$(ELF_LIB) \
-ldl \
-lclangCodeGen \