Module: Mesa Branch: master Commit: ab40d8d56f1cd6868a90fedd1dfaa87a3087bfa3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab40d8d56f1cd6868a90fedd1dfaa87a3087bfa3
Author: Tom Stellard <thomas.stell...@amd.com> Date: Thu May 16 18:33:21 2013 +0200 r300g: Fix make check Reviewed-by: Alex Deucher <alexander.deuc...@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 = \ _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit