Mesa (master): targets/opencl: Link against libgallium. la instead of libgallium.a

Tom Stellard tstellar at kemper.freedesktop.org
Fri Jan 11 21:36:20 UTC 2013


Module: Mesa
Branch: master
Commit: 4148a29ed83d1d85bff3d4e40e847128011c3f20
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4148a29ed83d1d85bff3d4e40e847128011c3f20

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Fri Jan 11 17:28:35 2013 +0000

targets/opencl: Link against libgallium.la instead of libgallium.a

---

 src/gallium/targets/opencl/Makefile.am |    2 +-
 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 \




More information about the mesa-commit mailing list