diff options
author | Tom Stellard <[email protected]> | 2013-05-16 18:33:21 +0200 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-06-30 21:24:55 -0700 |
commit | ab40d8d56f1cd6868a90fedd1dfaa87a3087bfa3 (patch) | |
tree | e6b1b5210b496830235dd9e1778aad5a36f71a66 /src/gallium/drivers/r300 | |
parent | 30004b20c2ae5ee78619f441b01afef0d4d992f0 (diff) |
r300g: Fix make check
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r-- | 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 49264c4a719..f82b8e9f964 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 = \ |