Mesa (master): llvmpipe/tests: automake: link against libmesautil.la

Emil Velikov evelikov at kemper.freedesktop.org
Tue Aug 5 12:57:09 UTC 2014


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Aug  4 23:18:12 2014 +0100

llvmpipe/tests: automake: link against libmesautil.la

Or the build will fail due to unresolved symbols.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 src/gallium/drivers/llvmpipe/Makefile.am |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/Makefile.am b/src/gallium/drivers/llvmpipe/Makefile.am
index 4f881bb..3c318be 100644
--- a/src/gallium/drivers/llvmpipe/Makefile.am
+++ b/src/gallium/drivers/llvmpipe/Makefile.am
@@ -45,11 +45,12 @@ check_PROGRAMS = \
 TESTS = $(check_PROGRAMS)
 
 TEST_LIBS = \
-	    libllvmpipe.la \
-	    $(top_builddir)/src/gallium/auxiliary/libgallium.la \
-	    $(LLVM_LIBS) \
-	    $(DLOPEN_LIBS) \
-	    $(PTHREAD_LIBS)
+	libllvmpipe.la \
+	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+	$(top_builddir)/src/util/libmesautil.la \
+	$(LLVM_LIBS) \
+	$(DLOPEN_LIBS) \
+	$(PTHREAD_LIBS)
 
 lp_test_format_SOURCES = lp_test_format.c lp_test_main.c
 lp_test_format_LDADD = $(TEST_LIBS)




More information about the mesa-commit mailing list