[Mesa-dev] [PATCH 1/3] r300g: Fix make check

Tom Stellard tom at stellard.net
Wed Jun 26 21:57:17 PDT 2013


From: Tom Stellard <thomas.stellard at amd.com>

---
 src/gallium/drivers/r300/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index 49264c4..f82b8e9 100644
--- 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 = \
-- 
1.7.3.4



More information about the mesa-dev mailing list