summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-01-11 17:28:35 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-01-11 21:40:42 +0000
commit4148a29ed83d1d85bff3d4e40e847128011c3f20 (patch)
treedd64687ec82f65f7a5e165c8935bde804a859ff1 /src/gallium/targets/opencl
parent4fc11fa3c8382635000989ea6563d2f68a64809d (diff)
downloadexternal_mesa3d-4148a29ed83d1d85bff3d4e40e847128011c3f20.zip
external_mesa3d-4148a29ed83d1d85bff3d4e40e847128011c3f20.tar.gz
external_mesa3d-4148a29ed83d1d85bff3d4e40e847128011c3f20.tar.bz2
targets/opencl: Link against libgallium.la instead of libgallium.a
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 311363e..362d49d 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -8,7 +8,7 @@ libOpenCL_la_LDFLAGS = \
libOpenCL_la_LIBADD = \
$(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
- $(top_builddir)/src/gallium/auxiliary/libgallium.a \
+ $(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
-ldl \
-lclangCodeGen \