diff options
Diffstat (limited to 'src/gallium/drivers/r300/Makefile.am')
-rw-r--r-- | src/gallium/drivers/r300/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index 8aa6707c175..a8aaf221c9a 100644 --- a/src/gallium/drivers/r300/Makefile.am +++ b/src/gallium/drivers/r300/Makefile.am @@ -18,7 +18,7 @@ TESTS = r300_compiler_tests r300_compiler_tests_LDADD = libr300.la libr300-helper.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ - $(GALLIUM_DRI_LIB_DEPS) + $(GALLIUM_COMMON_LIB_DEPS) r300_compiler_tests_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/drivers/r300/compiler r300_compiler_tests_SOURCES = $(COMPILER_TESTS_SOURCES) |