Module: Mesa
Branch: master
Commit: d0c13fba172c56c3670bc8bebf453d98e455d482
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0c13fba172c56c3670bc8bebf453d98e455d482

Author: Tom Stellard <thomas.stell...@amd.com>
Date:   Wed Aug  7 17:26:17 2013 -0700

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

CC: "9.2 <mesa-sta...@lists.freedesktop.org>"

---

 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 ab8b4e8..14aaf03 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -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 = \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to