summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-18 15:19:15 -0800
committerMatt Turner <mattst88@gmail.com>2013-11-20 15:04:53 -0800
commit1f9092958d365c94af825c3b3b6664688c27b5a1 (patch)
tree5068260afa48a4ac248f9f22200e7ce4fbb81b30 /src/mesa/drivers/dri/i965/Makefile.am
parenta97cd0f4d7902965d5173f4bcbf2ad27c0eb5d12 (diff)
i965: Link -ldl after libmesa.la
DLOPEN_LIBS is part of DRI_LIB_DEPS. Cc: "10.0" <mesa-stable@lists.freedesktop.org>" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71512 Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 8c0f9a324e3..3b46af8675e 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -46,8 +46,8 @@ TEST_LIBS = \
libi965_dri.la \
../common/libdricommon.la \
../common/libmegadriver_stub.la \
- $(DRI_LIB_DEPS) \
../../../libmesa.la \
+ $(DRI_LIB_DEPS) \
-lrt \
../common/libdri_test_stubs.la