summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-05-28 10:33:33 +0100
committerJosé Fonseca <jfonseca@vmware.com>2014-05-28 10:33:33 +0100
commit9ec7cb8aa0387a89cccea3c052d7c5adf05b6a8c (patch)
treed61bad0f5e9e57dea5b911e603d47695c1f82dac /src/gallium/targets
parenta6022e5405a11ef24e3870ca86ffbbb52929ad4f (diff)
egl-static: Fix undefined reference to `loader_*'
Trivial. Better than a broken build.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/egl-static/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \