projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc11fa
)
targets/opencl: Link against libgallium.la instead of libgallium.a
author
Tom Stellard
<thomas.stellard@amd.com>
Fri, 11 Jan 2013 17:28:35 +0000
(17:28 +0000)
committer
Tom Stellard
<thomas.stellard@amd.com>
Fri, 11 Jan 2013 21:40:42 +0000
(21:40 +0000)
src/gallium/targets/opencl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/targets/opencl/Makefile.am
b/src/gallium/targets/opencl/Makefile.am
index 311363e3437248fdb7a09817ec1cba871c026dad..362d49d2d6c62284cd1450e0ee137965f10b5eda 100644
(file)
--- 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.
l
a \
$(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
-ldl \
-lclangCodeGen \