summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-08-04 23:13:12 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-08-05 13:56:30 +0100
commit07a275991e63f0093cf46847c0b30084a311c5bc (patch)
tree0b9f56626db27aa0bf1f9d658c570a5680a40bb1 /src/gallium/tests
parent692009cab1300f86cd18487f3547112b6a4442a4 (diff)
downloadexternal_mesa3d-07a275991e63f0093cf46847c0b30084a311c5bc.zip
external_mesa3d-07a275991e63f0093cf46847c0b30084a311c5bc.tar.gz
external_mesa3d-07a275991e63f0093cf46847c0b30084a311c5bc.tar.bz2
gallium/tests: automake: link against libmesautil.la
Or the build will fail due to unresolved symbols. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/trivial/Makefile.am1
-rw-r--r--src/gallium/tests/unit/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am
index a0434d9..fcd240e 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -14,6 +14,7 @@ AM_CPPFLAGS = \
LDADD = \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader_client.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+ $(top_builddir)/src/util/libmesautil.la \
$(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
$(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
$(GALLIUM_COMMON_LIB_DEPS)
diff --git a/src/gallium/tests/unit/Makefile.am b/src/gallium/tests/unit/Makefile.am
index 9c514cb..9823a25 100644
--- a/src/gallium/tests/unit/Makefile.am
+++ b/src/gallium/tests/unit/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
LDADD = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+ $(top_builddir)/src/util/libmesautil.la \
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
$(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \