OSDN Git Service

r300g: Fix make check
authorTom Stellard <thomas.stellard@amd.com>
Thu, 16 May 2013 16:33:21 +0000 (18:33 +0200)
committerTom 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

index 49264c4..f82b8e9 100644 (file)
@@ -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 = \