r300g/compiler/tests: Pass the required LDFLAGS when building the test program

CC: "9.2 <mesa-stable@lists.freedesktop.org>"
This commit is contained in:
Tom Stellard 2013-08-07 17:26:17 -07:00
parent d691ba4d94
commit d0c13fba17

View file

@ -18,7 +18,8 @@ AM_CFLAGS = \
$(RADEON_CFLAGS) $(RADEON_CFLAGS)
r300_compiler_tests_LDADD = libr300.la libr300-helper.la \ r300_compiler_tests_LDADD = libr300.la libr300-helper.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la $(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(GALLIUM_DRI_LIB_DEPS)
r300_compiler_tests_CPPFLAGS = \ r300_compiler_tests_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers/r300/compiler -I$(top_srcdir)/src/gallium/drivers/r300/compiler
r300_compiler_tests_SOURCES = \ r300_compiler_tests_SOURCES = \