From: José Fonseca Date: Wed, 28 May 2014 09:33:33 +0000 (+0100) Subject: egl-static: Fix undefined reference to `loader_*' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ec7cb8aa0387a89cccea3c052d7c5adf05b6a8c;p=mesa.git egl-static: Fix undefined reference to `loader_*' Trivial. Better than a broken build. --- diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index ec09b28157f..f4990ad06a5 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -66,6 +66,7 @@ egl_gallium_la_SOURCES = \ egl_st.c egl_gallium_la_LIBADD = \ + $(top_builddir)/src/loader/libloader.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/gallium/drivers/identity/libidentity.la \ $(top_builddir)/src/gallium/drivers/trace/libtrace.la \