targets/opencl: Link against libgallium.la instead of libgallium.a
authorTom Stellard <thomas.stellard@amd.com>
Fri, 11 Jan 2013 17:28:35 +0000 (17:28 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 11 Jan 2013 21:40:42 +0000 (21:40 +0000)
src/gallium/targets/opencl/Makefile.am

index 311363e3437248fdb7a09817ec1cba871c026dad..362d49d2d6c62284cd1450e0ee137965f10b5eda 100644 (file)
@@ -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 \