gallium/tests: automake: link against libmesautil.la
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 4 Aug 2014 22:13:12 +0000 (23:13 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 5 Aug 2014 12:56:30 +0000 (13:56 +0100)
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>
src/gallium/tests/trivial/Makefile.am
src/gallium/tests/unit/Makefile.am

index a0434d9e924d9c290c6b0d64d0d267f5df8de6d0..fcd240e85bbf82e5dad7987cbb6caf51433d4932 100644 (file)
@@ -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)
index 9c514cb8eaf51fb563e00085b7832b75662f4c7d..9823a258787b99e901e98a91d17a44aca2bdad89 100644 (file)
@@ -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 \