r300g/compiler/tests: Pass the required LDFLAGS when building the test program
authorTom Stellard <thomas.stellard@amd.com>
Thu, 8 Aug 2013 00:26:17 +0000 (17:26 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 8 Aug 2013 00:28:19 +0000 (17:28 -0700)
CC: "9.2 <mesa-stable@lists.freedesktop.org>"
src/gallium/drivers/r300/Makefile.am

index ab8b4e8297d3c99411bb2dca6ef5adae280e3923..14aaf035a975dc4e2005709e10df980dbd22e9d8 100644 (file)
@@ -18,7 +18,8 @@ AM_CFLAGS = \
        $(RADEON_CFLAGS)
 
 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 = \
        -I$(top_srcdir)/src/gallium/drivers/r300/compiler
 r300_compiler_tests_SOURCES = \