mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
r300g: Fix make check
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
30004b20c2
commit
ab40d8d56f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue