summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-04-22 13:42:02 -0700
committerMatt Turner <mattst88@gmail.com>2013-04-30 14:03:32 -0700
commit460996b9371bd451516925ff00f16e2adb91f194 (patch)
treebef446ce9a93ed18684909e8ec78e0bf90a5bafd /src/gallium/targets/opencl
parent538e10f3ea371c9db94c4de3daa85d1719bbdc73 (diff)
downloadexternal_mesa3d-460996b9371bd451516925ff00f16e2adb91f194.zip
external_mesa3d-460996b9371bd451516925ff00f16e2adb91f194.tar.gz
external_mesa3d-460996b9371bd451516925ff00f16e2adb91f194.tar.bz2
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Tested-by: Tom Stellard <thomas.stellard@amd.com> Tested-by: Aaron Watry <awatry@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 9947aec..46bb29f 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -7,6 +7,7 @@ libOpenCL_la_LDFLAGS = \
-version-number 1:0
libOpenCL_la_LIBADD = \
+ $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
$(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \