projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30004b2
)
r300g: Fix make check
author
Tom Stellard
<thomas.stellard@amd.com>
Thu, 16 May 2013 16:33:21 +0000
(18:33 +0200)
committer
Tom Stellard
<thomas.stellard@amd.com>
Mon, 1 Jul 2013 04:24:55 +0000
(21:24 -0700)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
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 49264c4a719c168af8b4ccb639faa87e080309b6..f82b8e9f9643f8b3b7d5e2f2a5ae144b8574d49d 100644
(file)
--- a/
src/gallium/drivers/r300/Makefile.am
+++ b/
src/gallium/drivers/r300/Makefile.am
@@
-17,7
+17,8
@@
AM_CFLAGS = \
$(LLVM_CFLAGS) \
$(RADEON_CFLAGS)
-r300_compiler_tests_LDADD = libr300.la
+r300_compiler_tests_LDADD = libr300.la libr300-helper.la \
+ $(top_builddir)/src/gallium/auxiliary/libgallium.la
r300_compiler_tests_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers/r300/compiler
r300_compiler_tests_SOURCES = \