projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d691ba4
)
r300g/compiler/tests: Pass the required LDFLAGS when building the test program
author
Tom Stellard
<thomas.stellard@amd.com>
Thu, 8 Aug 2013 00:26:17 +0000
(17:26 -0700)
committer
Tom Stellard
<thomas.stellard@amd.com>
Thu, 8 Aug 2013 00:28:19 +0000
(17:28 -0700)
CC: "9.2 <mesa-stable@lists.freedesktop.org>"
src/gallium/drivers/r300/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/Makefile.am
b/src/gallium/drivers/r300/Makefile.am
index ab8b4e8297d3c99411bb2dca6ef5adae280e3923..14aaf035a975dc4e2005709e10df980dbd22e9d8 100644
(file)
--- a/
src/gallium/drivers/r300/Makefile.am
+++ b/
src/gallium/drivers/r300/Makefile.am
@@
-18,7
+18,8
@@
AM_CFLAGS = \
$(RADEON_CFLAGS)
r300_compiler_tests_LDADD = libr300.la libr300-helper.la \
- $(top_builddir)/src/gallium/auxiliary/libgallium.la
+ $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+ $(GALLIUM_DRI_LIB_DEPS)
r300_compiler_tests_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers/r300/compiler
r300_compiler_tests_SOURCES = \